Best unofficial Apache Server developers community |
|
I want to add indexes to some of the columns in a table on creation. Is there are way to add them to the CREATE TABLE definition or do I have to add them afterward with another query?
posted via StackOverflow
|
![]()  
|
There doesn't seem to be any way of specifying an index in the
Other than that, if you want a non-unique index, you will need to create it yourself in a separate |
|
 
|
No. However, you can create |