SQL: select           id, user_name, password, age        from user_t   where    1=1       user_name = ?           AND password = ?
### Cause: 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 'user_name = '测试'
     AND password = 'sfasgfaf'' at line 9

posted on 2016-10-22 12:39  Sharpest  阅读(397)  评论(0编辑  收藏  举报