Rintrah84
18-06-2009, 18:36
Ho una tabella e voglio indicizzarne un campo, se faccio così mi dà un errore e non capisco perchè...cosa sbaglio nella sintassi?
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
Grazie
Andrea
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
Grazie
Andrea