sql語句多條件篩選

where 子句關鍵字 select * from emp where comm is null ; select * from emp where comm is not null; 多條件使用and 關鍵字進行連接 select * from emp where comm is not null and comm>0 ; (模糊查詢)查詢姓名中包含s 的, 以S開頭的,或者以S結尾的 .% 表
相關文章
相關標籤/搜索