随笔分类 - oracle
摘要:2020/07/28 Oracle数据相关内容 问题: 将表中数据还原 查看某一时间点的表中数据 select * from 表名 as of timestamp to_timestamp('20200728 14:00:00','YYYYMMDD HH24:MI:SS') 移植功能 alter t
阅读全文
摘要:2020/07/15 Oracle日期相关内容 问题: 将表中过期记录的状态进行更改 字符串连接函数 concat(原串,拼接串) 转换函数 to_char(想转串的内容,格式化字符) to_date(想日期的串,格式化字符) 查询系统时间 select sysdate from dual upda
阅读全文

浙公网安备 33010602011771号