$sth = $dbh->prepare("delete from table_1 where some_id = ?"); $sth->execute(1234); $sth->execute(undef);
Less worry about quotes.
In reply to Re: Answer: How do I delete a string from my database and update it.
by exussum0
in thread How do I delete a string from my database and update it.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |