当前位置:首页 >> 数据库

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

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

搞定