> I had a set of tables which I exported from Access database.
> But now, I want to index these tables. How do I go about that?

http://www.mysql.com/doc/A/L/ALTER_TABLE.html

mysql> ALTER TABLE your_table ADD KEY(your_column);

Hope that helps
Marcus



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