I
ifcansee
Unregistered / Unconfirmed
GUEST, unregistred user!
select * from table1.dbf where name=1 order by a union select * from table1.dbf
where name=2 order by a
这样不能运行,union 是不是不能和order by同时用,我要想实现上面语句要求的结果,
应该怎么做?
where name=2 order by a
这样不能运行,union 是不是不能和order by同时用,我要想实现上面语句要求的结果,
应该怎么做?