📄 department.sql
字号:
create table department
(hoscode char(4) not null,
code char(2) not null,
name char(20) not null,
pycode char(5) null,
wbcode char(5) null,
effectflag tinyint not null,
updateflag tinyint not null,
constraint p_dep primary key nonclustered (hoscode,code) on 'default');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -