mysql高手请进:超难的sql
$sql_select = "select t1.* from station_provision as t1,company as t2 where t2.province".
" ='$province_daili' and t2.city ='$city_daili' and t1.p_account =t2.LogID union".
" select t1.* from station_provision as t1,our_member_v as t3 where t3.province_daili".
" ='$province_daili' and t3.city_daili ='$city_daili' and t1.p_account =t3.LogID order by t1.p_time desc limit $start,$onepage";
该语句可以运行于mysql4.o以上的版本,但我的空间的mysql是3.23.41的,通不过,请问谁能把它改写为适合3.多版本的,急用!谢谢!·