Login To InderWeb ! Just Play !

Username:
Password:

UserSubmittedComments

sal

rename table in mysql or sql command statement syntax and example

The RENAME TABLE statement defines a new name for an existing table in the database enviornment
Scope/Usage

Application Programs

SQL Syntax

RENAME TABLE [Owner.] TableName TO NewTableName

Parameters

[Owner.]TableName

Denotes the old table that is to be renamed.You can enclose database owner name in prefix.

NewTableName

    is the new table name.

Description

Syndicate content