注意 sql update的语法啊 已经被这个问题纠结过N次了, 每次都搞得头晕眼花
sql = "update netpro_sys_subindex set index_states=‘deleted‘ and snapshot_name=‘"+ snapshotName +"‘ where sid="+ tmpSid +" and del_flg=0";
statement.executeUpdate(sql);
不能用and啊,应该是,
Truncated incorrect DOUBLE value: 'deleted'
时间: 2024-10-19 20:54:39