mysql.result
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 79 行
RESULT
79 行
drop table if exists t1;create table t1(a int);insert into t1 values(1);ERROR at line 9: DELIMITER must be followed by a 'delimiter' character or stringTest default delimiter ;a1Test delimiter without argTest delimiter :a1Test delimiter :a1Test delimiter :;a1Test delimiter //a1Test delimiter MySQLa1Test delimiter delimitera1Tables_in_testt1t2t3Test delimiter : from command linea1Test delimiter :; from command linea1Test 'go' command(vertical output) G*************************** 1. row ***************************a: 1Test 'go' command ga1drop table t1;create table t1(a int);lock tables t1 write;database()testunlock tables;drop table t1;ソソc_cp932ソソソソソソソ+----------------------+------------+--------+| concat('>',col1,'<') | col2 | col3 |+----------------------+------------+--------+| >a < | b | 123421 || >a < | 0123456789 | 4 || >abcd< | | 4 |+----------------------+------------+--------+
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?