⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysql.result

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 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 + -