08 2017 档案

摘要:1 误删除记录 insert into bd_floor_ys(select * from bd_floor_ys as of timestamp to_Date('2017-08-28 00:00:01', 'yyyy-mm-dd hh24:mi:ss') where id='121396') ; 阅读全文
posted @ 2017-08-28 11:50 祥翔祥 阅读(236) 评论(0) 推荐(0)
摘要:SELECT * FROM SYS_AREABASESTART WITH areacode='433127'CONNECT BY PRIOR areacode=PARENTcode 1.树结构的描述 树结构的数据存放在表中,数据之间的层次关系即父子关系,通过表中的列与列间的关系来描述,如EMP表中的 阅读全文
posted @ 2017-08-10 13:50 祥翔祥