When inserting using jdbctemplate, I am doing this:
获得JdbcTemplate().update(“inertuser(......)(?,?,?))”用户。
- How do I get the inserted id back from msql? (it is the primary key)
如果更新工作取得成功,能否返回一个毛子?
getJdbcTemplate().update("delete users where id = ?", id);