1. 程式人生 > >MySQL報錯`ERROR: No query specified`

MySQL報錯`ERROR: No query specified`

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)