mysql中 出现No query specified

Mysql----error:no query specified

mysql下抛出错误: error:no query specified

出现此错误是sql不合法原因:

如:select * from abcG; 或者 select * from abc;;

G后面不需要再加分号;

分号重复。

考虑分号的原因

原文地址:https://www.cnblogs.com/cuizhipeng/p/4226369.html