單表查詢(第一章)

1.1查詢表中的所有的行與列      select  * from table; 1.2根據條件查詢【where】      select * from table where column = 'xxx'; 1.3查找爲空值列【IS NULL】      select * from table where column is null;-->爲空      select * from tabl
相關文章
相關標籤/搜索