gibney.org : Technology : Programming : SQL : Dump Tables LIKE "some_prefix%"


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Dump Tables LIKE "some_prefix%"
(Entry Nr. 394, by user 1 | edit)
mysqldump dbName `mysql information_schema -e "SELECT table_name FROM tables WHERE table_name LIKE 'some_prefix%' AND table_schema = 'dbName'"`

(Untested)
Create a new entry at this position