PDA

View Full Version : Need help with drop tables quick!!!


ThermoDust
10-13-2002, 04:12 PM
How can I drop all talbes with yabbse_ in them? cant I do

drop table %employee%;

Halide
10-13-2002, 10:52 PM
why not just use phpmyadmin ;)

Strike
10-14-2002, 12:53 PM
Well, if you are using MySQL, you can get all the table names by using "show tables;" You can use this result to drop all the tables matching a certain pattern.