问下为什么网格输入\G报错呢?
mysql> SELECT * FROM tdb_goods\G;
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\G' at line 1
mysql> SELECT * FROM tdb_goods \G;
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\G' at line 1
mysql> SELECT * FROM tdb_goods \G;