I want to execute one update raw sql like below: update table set f1=? where f2=? and f3=? This SQL …