我要在一个表table1里面查询数据,table1里面有好几个字段:a,b,c,d
我要查出所有a-b-c<d 的数据,怎么查?在此先谢各位了!
select * from table1 where a-b-c<d