Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: Help on selecting and deleting many records in a DB.

by Anonymous Monk
on Apr 06, 2014 at 08:39 UTC ( [id://1081294]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Help on selecting and deleting many records in a DB.
in thread Help on selecting and deleting many records in a DB.

I would try something like:
my %ipH; my $sth = spi_query("SELECT * FROM data"); while (defined ($row = spi_fetchrow($sth))) { delete fetched or hashed; }
but it's not tested.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-18 05:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found