2002–03 Moldovan "A" Division

The 2002–03 Moldovan "A" Division season is the 12th since its establishment. A total of 14 teams are contesting the league.

Moldovan "A" Division
Season2002–03
ChampionsTiligul Tiraspol

League table

Pos Team Pld W D L GF GA GD Pts Qualification or relegation
1 Tiligul (Tiraspol) 26 21 2 3 63 12 +51 65 champion
2 Zimbru-2 (Chisinau) 26 18 4 4 64 27 +37 58
3 Unisport Auto (Chisinau) 26 17 5 4 44 22 +22 56 promotion playoff
4 Olimpia (Balti) 26 14 7 5 47 29 +18 49
5 Iskra (Rîbnita)[lower-alpha 1] 26 14 4 8 40 22 +18 46
6 Sheriff-2 (Tiraspol) 26 11 8 7 33 17 +16 41
7 FCA Victoria (Chisinau)[lower-alpha 2] 26 11 5 10 33 34 1 38
8 Dinamo (Bender) 26 9 7 10 27 22 +5 34
9 Nistru-2 (Otaci)[lower-alpha 3] 26 9 5 12 28 33 5 32
10 Orhei 26 6 6 14 28 49 21 24 (+)
11 Politehnica-2 (Chisinau) 26 5 5 16 19 43 24 20
12 Universitet (Comrat) 26 4 8 14 19 46 27 20
13 Energetic (Dubesari) 26 4 6 16 22 48 26 18[lower-alpha 4] relegated
14 Trachia (Taraclia) 26 2 2 22 11 74 63 8
Source:
Notes:
  1. Cimentul (Rîbnita) changed their name into Iskra
  2. CSA Buyucan (Chisinau) changed their name into FCA Victoria
  3. Fortuna (Edinet) changed their name into Nistru-2
  4. Happy End who were relegated from the 1st division gave their place in the 2nd division to Energetic who were officially relegated to the 3rd division.

Note: Congaz and Haiduc-Unisport withdrew because of financial problems.

gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
gollark: ↓ wrong

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.