救急,我sql语句在mysql中不能用了
我在mssql server中用的语句:
select t.userID , t.lesson_id , t.class_id , t.state , c.xkmc , j.xm
from jwb_xksz c, shequ_teacher_begin_school t , JSA_JBXX j where t.lesson_id = c.xkbm and j.userID=t.userID and t.state=? and c.xxdm = ?
order by lesson_id, state desc是正常的
而在mysql中就不能正常显示查询的数据。
所以我要问的是:在mysql中怎样才能正常使用!
谢谢各位大哥!
xj_java_cofee@yahoo.com.cn