PDA

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


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

drop table %employee%;

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

Strike
10-14-2002, 11:53 AM
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.