SQL Query - Selecting all tables

Hitman
Soldato
Joined
25 Feb 2004
Posts
2,837
Hey,

Trying to convert ~70 tables to the character set latin1 and wondered if there was a quick way of doing this. SQL query I've got is:

ALTER TABLE tablename CONVERT TO CHARACTER SET latin1;

Sure, it works, but by that I would have to do each table 1-by-1.

Is there a quick "select all" I can put in replace for the tablename? I guessed * would work but it doesn't :)

Cheers.
 
Back
Top Bottom