[innoVation]SQL语句基础2 2017.11.16

select * from 表名 where 列名 = ' '  select * from 表名 where 列名 is null 注意: null 为 列名 is null , ' ' 为 列名 = ' '。 范围内的取值 select * from 表名 where 列名 >= 1 and 列名 <= 9 between and 包括两个端点 select * from 表名 where 列
相关文章
相关标签/搜索