ciao,
ho provato ad inserire il seguente comando
mysql>CREATE SEQUENCE sequenza
->MINVALUE 1 MAXVALUE 10
->START WITH 1 INCREMENT BY 1;
ma esce questo errore:
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 near 'SEQUE
NCE sequenza
MINVALUE 1 MAXVALUE 10
START WITH 1 INCREMENT BY 1' at line 1
qualcuno saprebbe il motivo???
Grazie