db2rp | CREATE TABLE db2rp
(
subsystem
char(6) DEFAULT NULL,
start_date
char(10) DEFAULT NULL,
start_time
char(8) DEFAULT NULL,
corrname
char(20) DEFAULT NULL,
occurrence
bigint(20) DEFAULT NULL,
db2cl2time
decimal(20,6) DEFAULT NULL,
db2cl2cpu
decimal(20,6) DEFAULT NULL,
db2cl2cpuse
decimal(20,6) DEFAULT NULL,
dmlall
bigint(20) DEFAULT NULL,
pkcl7cputime
decimal(20,6) DEFAULT NULL,
pkcl7cputimese
decimal(20,6) DEFAULT NULL,
pkcl7time
decimal(20,6) DEFAULT NULL,
pkgcl8time
decimal(20,6) DEFAULT NULL,
pkgcollid
char(10) DEFAULT NULL,
pkgcorrren
bigint(20) DEFAULT NULL,
pkgname
char(20) DEFAULT NULL,
KEY start_date
(start_date
,start_time
,subsystem
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin |
这个是DDL