码迷,mamicode.com
首页 > 移动开发 > 详细

append的问题

时间:2016-10-30 16:53:58      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:问题   空格   where   app   read   name   rom   exception   ons   

Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 ‘=‘小美‘‘ at line 1

 

sb.append("select * from imooc_goddess");
        sb.append("where user_name =?");

报错

加个空格就解决了

sb.append(" select * from imooc_goddess ");
        sb.append(" where user_name =? ");

 

append的问题

标签:问题   空格   where   app   read   name   rom   exception   ons   

原文地址:http://www.cnblogs.com/justfuck/p/6013224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!