In my database of applicants I have the following fields.
Ethnicity(ethnicity1, ethnicity2 e.t.c), Gender(Male or Female) and Location (County1, County2 County 3 e.t.c)
I need to organise my query so that the data is produced in the following format
Ethnicity 1 Ethnicity 2 Ethnicity 3
Male Female Male Female Male Female
Location 1 2 3 4 5 6 7
Location 2 5 5 6 8 5 2
Location 3 3 3 3 3 3 6
Location 4
.
.
.
Can anyone help me with this monster of a SQL Puzzle
Ethnicity(ethnicity1, ethnicity2 e.t.c), Gender(Male or Female) and Location (County1, County2 County 3 e.t.c)
I need to organise my query so that the data is produced in the following format
Ethnicity 1 Ethnicity 2 Ethnicity 3
Male Female Male Female Male Female
Location 1 2 3 4 5 6 7
Location 2 5 5 6 8 5 2
Location 3 3 3 3 3 3 6
Location 4
.
.
.
Can anyone help me with this monster of a SQL Puzzle