Linux 环境下Oracle安装与调试(三)之查询

#降序/升序查询 SQL>select * from students order byid(or age)desc(or asc); #查询字段为空或者非空 SQL>select * from students where name is (not) null; #过滤重复字段 SQL>select distinct age from students; 使用一些常用函数查询 #count(*)
相关文章
相关标签/搜索