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
相关文章
相关标签/搜索