createencorders.sql
来自「数据库的加密以及密态查询」· SQL 代码 · 共 6 行
SQL
6 行
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 + =
减小字号Ctrl + -
显示快捷键?