📄 ndb_database.result
字号:
drop table if exists t1;drop database if exists mysqltest;drop table if exists t1;drop database if exists mysqltest;create database mysqltest;create database mysqltest;create table mysqltest.t1 (a int primary key, b int) engine=ndb;use mysqltest;show tables;Tables_in_mysqltestt1drop database mysqltest;use mysqltest;show tables;Tables_in_mysqltestcreate database mysqltest;create table mysqltest.t1 (c int, d int primary key) engine=ndb;use mysqltest;show tables;Tables_in_mysqltestt1drop database mysqltest;use mysqltest;show tables;Tables_in_mysqltestdrop table if exists t1;drop database if exists mysqltest;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -