Ok, so what I'm trying to do, I'm not even sure is possible, but if it were it would make life a little easier.
So I have a database that has multiple tables. I want to mysqldump some of those tables and some of them mysqldump on a certain where. All of this inside a single command (if possible)
So, here is an abbreviated example of what I'm trying to do. Is something like this possible? So far I can get a where to work on a single table at a time. But with multiple tables needing where's I'd like to put it all in one statement if possible.
Bookmarks