int rows = jdbcTemplate.update(
"DELETEFROM ERM_CHILD1 WHERE CHILD1_COL1 = ",
new Object[] {new BigDecimal(999)});
其他操作
jdbcTemplate.execute("create table mytable (id integer, name varchar(100))");jdbcTemplate.update( "call SUPPORT.REFRESH_ACTORS_SUMMARY( )", new Object[]{Long.valueOf(unionId)});