Mysql----error:no query specified

mysql下抛出错误:

error:no query specified
出现此错误是sql不合法原因:
如:select * from abc\G;
或者
select * from abc;;

\G后面不需要再加分号;