如何判断a、b、c三个字段同时为0则不显示这条数据

2022-05-13 19:02:19
这样写的
复制代码 代码如下:
select * from table where a<> 0 or b<> 0 www.cppcns.comor c<> 0

搞定