Hi All,

I was wondering if this is possible with iBatis 3:

<select id="selectTableCount" parameterType="string" resultType="long" >
    select count(*) from ${tableName}
</select>

The problem is that the string ${tableName} is not replaced by the
parameter, leadin to a 'select count(*) from null' at runtime.
Am I doing something wrong here or is this feature not yet implemeted
(as it worked on iBatis2 according to Google)?


Regards,

Joram

---------------------------------------------------------------------
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