Changing Table Name

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
xLechugasx
Forum Newbie
Posts: 14
Joined: Wed Aug 28, 2002 9:56 am

Changing Table Name

Post by xLechugasx »

Which is the sql statement to change a table name?
I have trying t find it but I could not.
Thanks,
Nicolas
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

ALTER TABLE table_name RENAME new_table_name
xLechugasx
Forum Newbie
Posts: 14
Joined: Wed Aug 28, 2002 9:56 am

Post by xLechugasx »

Thanks
Post Reply