Navicat Premium下sql使用\G参数报错问题

2019-01-02 21:37发布

在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>

wamp 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: 浙江

2条回答
叼着烟拽天下
2楼-- · 2019-01-02 22:38

貌似有可以正常使用的,不过也可能我看错了,回头再看下吧,如果可以的话问问他是怎么设置的,在博客在补充先结贴..

查看更多
祖国的老花朵
3楼-- · 2019-01-02 22:39

跟工具有关吧

查看更多
登录 后发表回答