Help for this page

Select Code to Download


  1. or download this
    $dbh->do("delete from table_1 where some_id = 1234");
  2. or download this
    $dbh->do("update some_table set some_value=NULL where some_id = 1234")
    +;