ut.8

来自「linux 下用c++ 开发的一个小型数据库系统」· 8 代码 · 共 21 行

8
21
字号
create table soaps(s int, d char(20));create table soaps1(s int,d char(20));create table soaps2(s int,d char(20));create table soaps3(s int,d char(20));create table soaps4(s int,d char(20));destroy table relcat;destroy table attrcat;help;quit;minirel testdbhelp;quit;

⌨️ 快捷键说明

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