`

ibatis插入返回自增值

阅读更多

<insert id="insert" parameterClass="Person">
    insert into person(name,pswd) values(#{name},#{pswd})

    <selectKey resultClass="java.lang.Integer" keyProperty="id" >

      SELECT  @@IDENTITY

    </selectKey>

</insert>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics