ndb_database.result

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· 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 + -
显示快捷键?