Mysql----error:no query specified
mysql下抛出错误:error:no query specified出现此错误是sql不合法原因:如:select * from abc\G;或者select * from abc;;
\G后面不需要再加分号;