Hello,
I am moving my database from MS SQL server to MySQL.
I want to create only NONCLUSTERED primary key and indexes in one of my tables. It's a small table and I don't want the keys to be clustered. How can I do it in MySql?
Thanks!
-Aditya
I am moving my database from MS SQL server to MySQL.
I want to create only NONCLUSTERED primary key and indexes in one of my tables. It's a small table and I don't want the keys to be clustered. How can I do it in MySql?
Thanks!
-Aditya