Sql中查詢的具體應用及子句的優先級

1、簡單的查詢 select * from tablename; 2、帶條件查詢 select *form tablename where  3、避免重複查詢 select distinct(field_name) from table_name; 4、NULL和""是不同的; 5、帶in關鍵字的查詢:用於指定一個列表 select * from table_name where filed_na
相關文章
相關標籤/搜索