单表查询(第一章)

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