1986 OFC U-20 Championship
The OFC U-20 Championship 1986 was a soccer tournament held at the Mount Smart Stadium in Auckland, New Zealand. It also served as qualification for the 1987 FIFA World Youth Championship.
Tournament details | |
---|---|
Host country | New Zealand |
Dates | 17 October - 26 October |
Teams | 5 |
Final positions | |
Champions | |
Runners-up | |
Third place | |
Fourth place | |
Matches
Teams | Pld | W | D | L | GF | GA | GD | Pts |
---|---|---|---|---|---|---|---|---|
4 | 3 | 1 | 0 | 16 | 1 | +15 | 7 | |
4 | 2 | 2 | 0 | 11 | 3 | +8 | 6 | |
4 | 0 | 3 | 1 | 1 | 4 | –3 | 3 | |
4 | 0 | 2 | 2 | 4 | 13 | –9 | 2 | |
4 | 0 | 2 | 2 | 3 | 14 | –11 | 2 |
17 October | Australia |
7–0 | |
New Zealand |
1–1 | ||
19 October | Fiji |
3–3 | |
Australia |
1–1 | ||
21 October | Fiji |
0–4 | |
New Zealand |
0–0 | ||
23 October | New Zealand |
0–0 | |
Australia |
5–0 | ||
26 October | Israel |
5–1 | |
New Zealand |
0–3 |
1986 OFC U-20 Championship |
---|
Australia Fourth title |
Qualification to World Youth Championship
The tournament winner qualified for the 1987 FIFA World Youth Championship.
gollark: ```sqlWITH RECURSIVE c(x)AS(VALUES(99)UNION ALL SELECT x-1 FROM c WHERE x>0),a(x, s)AS(SELECT x,SUBSTR(' bottles',1,(x<>1)+7)||' of beer'FROM c)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall',a.x,a.s,a.x,a.s,a.x-1,b.s)FROM a JOIN a AS b ON b.x=a.x-1;```
gollark: It is done.
gollark: I'll go swap out the tables and variables for smaller ones later™.
gollark: This is an EXTREMELY reasonable way to do conditionals, lyric lυ.
gollark: ```sqlWITH RECURSIVE counter(x) AS (VALUES(10) UNION ALL SELECT x-1 FROM counter WHERE x>1), bottle(x, str) AS (SELECT x, SUBSTR(' bottles', 1, (x <> 1) + 7) || ' of beer' FROM counter)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall', x, str, x, str, x - 1, (SELECT str FROM bottle WHERE x = x - 1)) FROM bottle;```
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.