Z
zjly808
Unregistered / Unconfirmed
GUEST, unregistred user!
select * from mytable
where (a1*c>0) and (b>0)
order by b,c,a1*a1
其中,b,c是计算字段。
怎样配置porodox数据库,能让以上sql语句执行?
有没有其他的变通的方法?
where (a1*c>0) and (b>0)
order by b,c,a1*a1
其中,b,c是计算字段。
怎样配置porodox数据库,能让以上sql语句执行?
有没有其他的变通的方法?