I have a database with 100+ tables. Each table was imported with "TABLE_" as a prefix and the actual table description follows that.
Is there a simple code to cycle through each table in the database and remove the prefix from the name?
(i.e. if the table name is "TABLE_FORMDATE" I want it to be renamed "FORMDATE"
Is there a simple code to cycle through each table in the database and remove the prefix from the name?
(i.e. if the table name is "TABLE_FORMDATE" I want it to be renamed "FORMDATE"