为什么我在最后加\G就会报错,不能显示网格打印!!!
mysql> SHOW INDEXES FROM tb2\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> SHOW INDEXES FROM tb2\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
2016-07-13
举报