SQL : Multiple WHERE conditions with multiple <>

后端 未结 0 706
天涯浪人
天涯浪人 2021-01-17 01:03

The following query :

SELECT Col1, Col2 FROM table
where Col1<>\'a\' and Col2<>\'b\'

gives me back all the rows except ALL the on

相关标签:
回答
  • 消灭零回复
提交回复
热议问题