摘要:
2020年3月14日19点16分开始 创建两百万中间表: SQL> CREATE TABLE tb_2million 2 ( 3 id NUMBER not null primary key, 4 name NVARCHAR2(60) not null, 5 salary int NOT NULL, 阅读全文
摘要:
有这么一张表: create table hytb( id number(4,0) not null primary key, padid nvarchar2(20) not null, inputdate date not null, dosid integer not null ) 可以这样给它 阅读全文