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

(编辑:jimmy 日期: 2024/6/14 浏览:2)

这样写的
复制代码 代码如下:
select * from table where a<> 0 or b<> 0 or c<> 0

搞定