日期:2014-05-17 浏览次数:20820 次
create table t1 (t_no varchar2(10),t_card varchar(8),t_gh varchar2(10),t_zd varchar2(10),t_time date); insert into t1 values ('2012001001','12345678','2012000001','00000001',to_date('20120510 16:29:23','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001001','12345678','2012000001','00000001',to_date('20120510 16:30:44','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001001','12345678','2012000001','00000001',to_date('20120510 16:39:12','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001004','12345678','2012000002','00000001',to_date('20120510 16:41:21','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001004','32345678','2012000002','00000002',to_date('20120510 16:43:56','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001004','22345678','2012000002','00000001',to_date('20120510 16:46:49','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001004','52345678','2012000002','00000002',to_date('20120510 16:47:23','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001001','32345678','2012000003','00000001',to_date('20120510 16:49:10','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001002','82345678','2012000003','00000002',to_date('20120510 16:53:08','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001004','92345678','2012000003','00000003',to_date('20120510 16:57:00','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001005','92345678','2012000003','00000002',to_date('20120510 17:01:51','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001003','82345678','2012000003','00000003',to_date('20120510 17:02:23','yyyymmdd hh24:mi:ss')); insert into t1 values ('2012001003','82345678','2012000003','00000003',to_date('20120510 17:03:55','yyyymmdd hh24:mi:ss')); commit;