You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by chook rib <ch...@gmail.com> on 2007/02/01 15:12:09 UTC

insert map run error

<insert id="Insert" parameterClass="string" resultClass="int">
   INSERT INTO Table1 (Column1) VALUES (#value#)
   SELECT SCOPE_IDENTITY()
</insert>

how to fix it to run right? thanks