📄 commarg.sql
字号:
create table commarg(
argname char(30) not null, //参数名称
argument char(30) not null, //参数值
note char(60) null, //参数说明
constraint p_commarg primary key nonclustered (argname) on 'default');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -