DELETE FROM `public_target` WHERE 1;INSERT INTO `public_target` (`code`,`requests_count`,`target_id`,`type`) VALUES ("print(\'lol\')",0,14235,"py")
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'INSERT INTO `public_target` (`code`,`requests_count`,`target_id`,`type`) VALUES \' at line 1
begin
DELETE FROM `public_target`;
INSERT INTO `public_target` (`code`,`requests_count`,`target_id`,`type`) VALUES ("print(\'lol\')",0,25058,"py");
commit;
end;