vb.org Archive
>
vBulletin 3 Discussion
>
vB3 Programming Discussions
> query to change a table name
PDA
View Full Version :
query to change a table name
Dream
07-26-2005, 05:40 AM
can I change a table name with a query or do I need to make the whole table again?
Adrian Schneider
07-26-2005, 06:09 AM
Try:
ALTER TABLE currentname
RENAME newname
Dream
07-26-2005, 06:40 PM
thanks that worked great
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.