Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
DBISAM Technical Support
»
Product Manuals
»
DBISAM Version 4 Manual for Delphi 5
»
SQL Reference
»
RENAME TABLE Statement
RENAME TABLE Statement
Introduction
The SQL RENAME TABLE statement is used to rename a table.
Syntax
RENAME TABLE [IF EXISTS] table_reference TO table_reference
Use the RENAME TABLE statement to rename a table. The statement below renames a table:
RENAME TABLE Employee TO Employees
Please see the
Renaming Tables
topic for more information on renaming tables.
More Support Options
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Incident Reports
Roadmap