?? unitinfo.sql
字號:
create table unitinfo(
unitcode char(6) not null, //醫保登記號
name char(60) not null, //單位名稱
district char(24) not null, //單位屬地
unittype char(24) not null, //單位類型
audityear smalldatetime not null, //審核年份
wbcode char(10) null, //五筆碼
pycode char(10) null, //拼音碼
stateflag tinyint not null, //狀態標志
constraint p_uinfo primary key nonclustered (unitcode) on 'default');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -