chrissparkle
Programmer
I have a table of members with a country column in it (tinyint). The country column will either 1 through to 7 depending. I want to do a query which will order the members depending on the country the user is in (I have 7 domains for 7 different countries).
So if someone is at my Canada site, that's country "3". So I want my query to display members from Canada first, and then the rest in whatever order - doesnt matter. But members with "3" in the country column must come first.
Is this possible with ORDER BY?
So if someone is at my Canada site, that's country "3". So I want my query to display members from Canada first, and then the rest in whatever order - doesnt matter. But members with "3" in the country column must come first.
Is this possible with ORDER BY?