Decimo_Andrew
16-10-2008, 14:35
Quando creo questo dominio:
create domain punti as int check (value=0 or value=1 or value=3);
mi esce questo errore:
"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 'domain punti as int check (value=0 or value=1 or value=3)' at line 1.
aiuto.
create domain punti as int check (value=0 or value=1 or value=3);
mi esce questo errore:
"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 'domain punti as int check (value=0 or value=1 or value=3)' at line 1.
aiuto.