Help for this page
Select Code to Download
Select
or
download this
$dbh->do("delete from table_1 where some_id = 1234");
Select
or
download this
$dbh->do("update some_table set some_value=NULL where some_id = 1234")
+
;