createencitem.sql

来自「数据库的加密以及密态查询」· SQL 代码 · 共 5 行

SQL
5
字号
create table enc_lineitem(encvalue varbinary(220) not null, shipdate_idx int not null check(shipdate_idx >= 0),discount_idx int not null check(discount_idx >= 0),quantity_idx int not null check(quantity_idx >= 0))

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?