?? hosproperty.sql
字號:
create table hosproperty(
district char(24) not null, //醫院屬地
wbcode char(10) null, //五筆碼
pycode char(10) null, //拼音碼
effectflag tinyint not null, //有效標志
updateflag char(30) null, //更新標志
constraint p_hproperty primary key nonclustered (district) on 'default');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -