Jump to content

simple mysql query to rename table names


totallytech

Recommended Posts

Hey Guys,

 

I've got a database full of tables at the moment and I need to remove the first 2 characters from every single table.

 

vbaccess = access

vbaction = action

etc

etc

 

its always removing "VB" from before the main table name

 

I'm guessing its something like:

 

RENAME TABLE `forum` . `access` TO `forum` . `vbaccess` ;

 

But is there a way to do it en-mass, as there are currently 246 tables and dont fancy doing it manually.

 

Any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.