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结尾的 .% 表
相关文章
相关标签/搜索