📜  AND OR NOT 运算符 sql 代码示例

📅  最后修改于: 2022-03-11 15:04:55.287000             🧑  作者: Mango

代码示例1
-----------------------SQL AND, OR, NOT OPERATORS------------------------------
AND: this operator displays a record if all conditions seperated by AND are true.
OR: this operator displays a record if any of the conditions seperated by OR is true.
NOT: this operator displays a record if the conditions is Not true.