[EMAIL PROTECTED] wrote:

How do you DELETE or RENAME a table?

Thanks.





alter table TABLENAME rename NEWNAME;
drop table TABLENAME;



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to