Wednesday, 7 December 2011

rename a table

alter table
   table_name
rename to
   new_table_name;