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: [email protected]
For additional commands, e-mail: [email protected]