User66371569 posted
Hi
i created some query which get high nationalities
select nat,count(*) as count from nationalists group by nat order count
query work perfect
Us 1000
uk 500
Indan 400
what i want is put Indian first row in query then other nationalities order by count how to do that