This error message in Java indicates that there is a syntax error in your SQL query. The exact error message "ORDER BY eventTime desc 這是什么錯" also suggests that there is a syntax error near the "ORDER BY" clause.
The phrase "這是什么錯" means "What is wrong" in Chinese. It seems like this error message includes a mix of English and Chinese.
To fix this issue, you should review the SQL query in your Java code and check the syntax of the SQL statement, specifically the "ORDER BY" clause. Make sure that the syntax is correct and that the column name "eventTime" exists in your database table. Additionally, if you are using a mixed language environment, ensure that your error messages are consistent in language or translate them to a single language for easier debugging.