Thread-topic: Destroying all exisitng tables in database
I'm trying to drop
all tables in a database but I can't use DROP dbname as I don't have permission
rights to do so. I also can't manually delete all the tables cause there are
about 200 tables. How do i go about this? Thanks.