📄 listtable.sql
字号:
create table listtable(
unitcode char(6) not null,
listmonth smalldatetime not null,
flowcode char(12) null,
r1 smallint null,
r2 smallint null,
z1 numeric(10,2) null,
z2 numeric(10,2) null,
p1 numeric(10,2) null,
p2 numeric(10,2) null,
p3 numeric(10,2) null,
d1 numeric(10,2) null,
d2 numeric(10,2) null,
t1 numeric(10,2) null,
t2 numeric(10,2) null,
t3 numeric(10,2) null,
c1 smallint null,
c2 smallint null,
g1 numeric(10,2) null,
g2 numeric(10,2) null,
s1 numeric(10,2) null,
s2 numeric(10,2) null,
f1 numeric(10,2) null,
addpay numeric(10,2) null,
outdis numeric(10,2) null,
note varchar(255) null,
upay numeric(10,2) null,
fpay numeric(10,2) null,
ppay numeric(10,2) null,
constraint p_listtable primary key nonclustered (unitcode,listmonth) on 'default');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -