ndb_database.result
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 28 行
RESULT
28 行
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 + =
减小字号Ctrl + -
显示快捷键?