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