Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: deleting from a mysql database

by edan (Curate)
on Jan 06, 2004 at 12:08 UTC ( #319088=note: print w/replies, xml ) Need Help??


in reply to deleting from a mysql database

UNTESTED

my @array = qw(Anna Maria Carmen); my @phldrs = ('?') x @array; local $" = ','; my $sql = qq/DELETE FROM tnt WHERE Name NOT IN (@phldrs)/; my $sth = $dbh->prepare($sql); $sth->execute(@array); $sth->finish;
--
3dan

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://319088]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (8)
As of 2023-06-06 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?