I am creating a table dynamically.

<statement id="createIndexTable" parameterClass="....IndexTableLoaderModel">
          CREATE TABLE #tableName# (
          id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,


Hi--

Try $tableName$ rather than #tableName#

See page 32 here for more:

http://svn.apache.org/repos/asf/ibatis/java/ibatis-2/trunk/ibatis-2-docs/en/iBATIS-SqlMaps-2_en.pdf

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to