请问一下,比如这么一个简单的语句:
   select * from table1 a,table2 b where a.id=b.id and b.city=a.city order by a.id
它的执行顺序是怎样的?