我需要在最晚日期之前订购我的数据。
此 SQL 语句正在运行
final String selectSql = "select * from questionnaire where userprofileid=" + userProfileID ;
此 SQL 语句**不工作**
final String selectSql = "select * from questionnaire where userprofileid=" + userProfileID +"ORDER by datecreated desc";
错误消息:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以获取正确的语法,以便在第 1 行的“by datecreated desc”附近使用