comments.result
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 29 行
RESULT
29 行
select 1+2/*hello*/+3;1+2/*hello*/+36select 1 /* longmulti line comment */;11;ERROR 42000: Query was emptyselect 1 /*!32301 +1 */;1 /*!32301 +12select 1 /*!52301 +1 */;11select 1--1;1--12select 1 --2+1;1 --2+14select 1 # The rest of the row will be ignored;11/* line with only comment */;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?