0
点赞
收藏
分享

微信扫一扫

MySQL报错`ERROR: No query specified`

_阿瑶 2022-01-28 阅读 37
mysql


MySQL报错​​ERROR: No query specified​

1.报错如下

ERROR:  No query specified

遇到的情景有:

mysql> select * from sales\G;
Empty set (0.00 sec)

ERROR:
No query specified

正常的语法如下,因为​​\G​​​和​​;​​的作用相同

mysql> select * from sales\G
Empty set (0.00 sec)



举报

相关推荐

0 条评论