Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Deleting all from all tables in MYSQL

by irirgem (Novice)
on Sep 19, 2012 at 21:49 UTC ( [id://994549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sqlString = 'delete from %s;';
    
    ...
        $dbh->do( $dth );
    }
    $dbh->commit;
    
  2. or download this
    $dth->do("drop table0");
    $dth->do("create table0 ( col1 def, col2 def.....)");
    etc....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found