我正在尝试用 Spring 截断一个表:
jdbcTemplate.execute("TRUNCATE TABLE " + table);
得到错误:
引起:org.springframework.jdbc.BadSqlGrammarException: StatementCallback; 错误的 SQL 语法 [TRUNCATE TABLE RESULT_ACCOUNT];嵌套异常是 java.sql.SQLException: Unexpected token: TRUNCATE in statement [TRUNCATE]
有任何想法吗?