The tool converts simple insert query to update Example : INSERT INTO `hahah` . `table` ( `key1`, `key2` ) VALUES ( :value1, :value2 );
INSERT INTO `hahah` . `table` ( `key1`, `key2` ) VALUES ( :value1, :value2 );