Originally posted by Damanjit Kaur:
I am sorry, if I haven't understood your point properly. As you said in your previous post that you are getting all the results except when country is null.
That's right. I just want to sort the results according to country.name however I'm only recieving the rows in which country != null. I want all rows, including those in which country is null, sorted by country.name (obviously where country is not null). I don't know if this is possible however I'm finding the fact that excluding the rows where country == null is a bit strange.
Originally posted by Damanjit Kaur:
Are you getting some error while running query that you mentioned in your first post?
No, the only issue I'm having is that some rows are excluded, as I've explained before.