When you copy a table using CREATE TABLE ... SELECT ..., the indexes do not
get copied automatically.  Is there a convenient way to transfer all
indexes, other than looking them up with DESCRIBE or SHOW INDEX and then
using either ALTER TABLE ADD INDEX, etc., or CREATE INDEX?

Thanks!

Amittai Aviram
[EMAIL PROTECTED]
sql.query



---------------------------------------------------------------------
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