Definition: | db_rename_table(sequence name, sequence new_name) |
Description: | Rename a table in the current database. |
Comments: | A fatal error occurs if either name does not exist or new_name already exists. |
See Also: | db_create_table db_select_table |