SubbaReddy M

> I am afraid it's not a bug, rather a syntax error.
> please follow the syntax to rename the table:
> 
> mysql> alter table X1 rename as X2;


Why do you say this?

Manual entry:
6.5.5  RENAME TABLE Syntax
RENAME TABLE tbl_name TO new_table_name[, tbl_name2 TO new_table_name2,...]
...
RENAME TABLE was added in MySQL 3.23.23. 

Regards,
=dn



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to