There is a MySQL database that seems to have quite a few tables in it. I've been trying to figure out a way to remove any table that starts with 'ls', is there a way to do this through the command?
There is a MySQL database that seems to have quite a few tables in it. I've been trying to figure out a way to remove any table that starts with 'ls', is there a way to do this through the command?
Anyone know how to do this?
I'm sure there is, but I think you're going to have to delve into Google and the MySQL doco. The MySQL doco is pretty thorough.