[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 列
相關文章
相關標籤/搜索