Page 1 of 1

Changing Table Name

Posted: Fri Sep 27, 2002 10:45 am
by xLechugasx
Which is the sql statement to change a table name?
I have trying t find it but I could not.
Thanks,
Nicolas

Posted: Fri Sep 27, 2002 10:52 am
by mydimension
ALTER TABLE table_name RENAME new_table_name

Posted: Fri Sep 27, 2002 9:44 pm
by xLechugasx
Thanks