Ho una tabella e voglio indicizzarne un campo, se faccio così mi dà un errore e non capisco perchè...cosa sbaglio nella sintassi?
Graziecodice:mysql> CREATE INDEX Comune_Index USING unique ON comuni(comune); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ear 'unique ON comuni(comune)' at line 1
Andrea