mybatis ORA-00903: 表名无效 以及 java中PreparedStatement和Statement详细讲解

mybatis ORA-00903: 表名无效 <select id= "queryTable" resultMap="map>     select * from #{tableName}   </select> ### SQL: select * from ? ### Cause: java.sql.SQLException: ORA-00903: 表名无效 发现有问题,实际上#{}方式通过?
相关文章
相关标签/搜索