I have a table like
MyTable (id, name, counter, createDate)
I can order the query like
Select * from MyTable order by counter;