请教中,谢谢!有一个表table,中字段分别为a,b,c,d,e,f 现有一需求:想到a,b,c同时为零的记录去掉。 请求这一语句怎么写 [解决办法]Select * from table where a <> 0 or b <> 0 or c <> 0