multi_statement.result

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· RESULT 代码 · 共 52 行

RESULT
52
字号
DROP TABLE IF EXISTS t1;select 1;11select 2;select 3;select 4||||223344select 5;select 6;select 50, 'abc';'abcd'556650	abc50	abcselect "abcd'";'abcd'abcd'abcd'select "'abcd";'abcd''abcd'abcdselect 5'abcd'55select 'finish';finishfinishflush status;create table t1 (i int);insert into t1 values (1);select * from t1 where i = 1;insert into t1 values (2),(3),(4);select * from t1 where i = 2;select * from t1 where i = 3||||i1i2i3show status like 'Slow_queries'||||Variable_name	ValueSlow_queries	2drop table t1||||

⌨️ 快捷键说明

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