?? 2006-5-350813白衣飄飄的年代.txt
字號:
-- Add/modify columns
alter table T_CASE add BACKFEE number(10,2);
alter table T_CASE add REALBACKPRICE number(10,2);
-- Add comments to the columns
comment on column T_CASE.BACKFEE
is '退款手續(xù)費';
comment on column T_CASE.REALBACKPRICE
is '實際退款金額';
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -