Ciao a tutti, vi sembrerà una domanda stupida... ma non riesco a inserire del testo in una tabella MySql!
Ecco il log:
D:\Documents and Settings\Nik>mysql -uroot -p
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.0.51b-community-nt MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> insert giocatore1
-> values (Pianeta Madre,6:453:12,600);
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 'Madre
,6:453:12,600)' at line 2
mysql>
sono 2 ore che ci sbatto la testa...
EDIT: mettendo un varchar al posto del text è uguale....
RI-EDIT: che figura del bip... mi sono ricordato ora che tutti i valori stringa vanno racchiusi tra apici ._.
Ultima modifica di angolodirayquaza : 17-06-2008 alle ore 10.03.51