摘要: oracle 获取当前系统时间 sysdate oracle 设置时间格式 : to_date ('1994/5/5','yyyy/MM/dd') 复制一张新表,表数据和结构一起复制:create table 表名 as select * from 表名 分组查询: 模糊查询: having 和wh 阅读全文
posted @ 2018-04-19 18:37 心高心低 阅读(223) 评论(0) 推荐(0)