随笔 - 59  文章 - 0  评论 - 2  阅读 - 54310
07 2020 档案
创建存储,定时执行存储
摘要:create or replace procedure pro_del_t_reportsn_temp is begin --2、每天17点后删除t_reportsn_temp 表前一天所有的数据 delete t_reportsn_temp t where t.create_date betwee 阅读全文
posted @ 2020-07-28 10:24 海绵-宝宝 阅读(115) 评论(0) 推荐(0) 编辑
Oracle创建5位流水号
摘要:--1 先建立序列create sequence custBoxNoSeq increment by 1 start with 1 maxvalue 99999 cache 50 cycle;--2 采用Oracle 的函数,生产5位的流水号select to_char(sysdate,'yymmd 阅读全文
posted @ 2020-07-28 09:45 海绵-宝宝 阅读(489) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示