問下為什么網格輸入\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;
2016-09-27
mysql> SELECT * FROM tdb_goods\G;
*************************** 1. row ***************************
?? goods_id: 1
?goods_name: R510VC 15.6英寸筆記本
?goods_cate: 筆記本
?brand_name: 華碩
goods_price: 3399.000
??? is_show: 1
?is_saleoff: 0
1 row in set (0.00 sec)
沒錯啊。。。
2017-01-31
我也用的Navicat控制臺 加\G也是報錯
2016-09-26
后面不要加分號,或者試一試\g
2016-09-26
先試試沒有?\G的效果 再添加?\G吧