1. 程式人生 > >【Bug】解決 java.sql.SQLSyntaxErrorException 異常

【Bug】解決 java.sql.SQLSyntaxErrorException 異常

 

    java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax 錯誤

錯誤詳情:

Caused by: java.sql.SQLSyntaxErrorException: 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 'interval, is_loop, remarks, standard_id' at line 1

  本以為是我插入傳參用swagger示例傳入的有問題,正兒八經寫引數還是如此。

 

出現此錯誤為:資料庫欄位存在關鍵字,表中的欄位不可與SQL中的關鍵字相同(本次我遇到的問題interval是SQL中的關鍵字

      或 資料庫欄位不匹配,語法錯誤 等引起的錯誤

只需檢查資料庫和sql語句即可解決!