📄 createencorders.sql
字号:
create table enc_orders(o_encvalue varbinary(170) not null, o_custkey_idx int not null check(o_custkey_idx >= 0),o_orderdate_idx int not null check(o_orderdate_idx >= 0),o_shippriority_idx int not null check(o_shippriority_idx >=0 ));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -