Oracle课程 Part2:查询

查询语句基本格式 select <目标序列名称> from <数据源> [where <检索条件>] [group by <分组依据>] [having <组提取条件>] [order by <排序依据列>] #更改日期格式 SQL> alter session set nls_date_format ='yyyy-mm-dd hh24:mi:ss'; # where and ;
相关文章
相关标签/搜索