在wamp下使用\G没有任何问题,但是在Navicat Preminum下使用就出现问题了,为什么会这样呢???
mysql> select * from user\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>
mysql> use s79;
Database changed
mysql> select * from user\G;
*************************** 1. row ***************************
id: 2
name: 麦克雷
sex: 1
age: 40
province: 纽约
*************************** 2. row ***************************
id: 3
name: 卢西奥
sex: 0
age: 26
province: 纽约
*************************** 3. row ***************************
id: 5
name: 法老之鹰
sex: 0
age: 30
province: 江苏
*************************** 4. row ***************************
id: 6
name: 安娜
sex: 0
age: 80
province: 江苏
*************************** 5. row ***************************
id: 7
name: 天使
sex: 0
age: 30
province: 江苏
*************************** 6. row ***************************
id: 8
name: 查莉娅
sex: 0
age: 36
province: 浙江
跟工具有关吧
嗯,可能我没表达清楚意思,对你造成了误解,我更想了解的是如何解决这个问题.....
@。思索: 这个工具不支持这个功能
貌似有可以正常使用的,不过也可能我看错了,回头再看下吧,如果可以的话问问他是怎么设置的,在博客在补充先结贴..