📄 mysql.result
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -