mysql数据库单表只有一个主键自增id字段,ibatis实现id自增

 

  <insert >SELECT @@IDENTITY As id</selectKey>
    </insert>

相关文章: