摘要: 有这么一张表: create table hy_testtime( id number(6,0) not null primary key, name nvarchar2(20) not null, utime timestamp(6) ) 如果这样给它充值: insert into hy_test 阅读全文
posted @ 2020-02-25 10:51 逆火狂飙 阅读(622) 评论(0) 推荐(0)