查询2016年8月31以后的信息
- select * from ms_infodiscuss info where info.dtcreatdate>to_date('2016-08-31','yyyy-MM-dd')
-----定时任务
- .//创建存储过程
- create or replace procedure p_test as
- begin
- insert into tb_user values('10000','new_name','new_address');
- end;
查询2016年8月31以后的信息
- select * from ms_infodiscuss info where info.dtcreatdate>to_date('2016-08-31','yyyy-MM-dd')
-----定时任务
- .//创建存储过程
- create or replace procedure p_test as
- begin
- insert into tb_user values('10000','new_name','new_address');
- end;