Guest_imported
New member
- Jan 1, 1970
- 0
This is what I'm trying to do :
insert into table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro2000be@hotmail.com","tafeltennis-uitgaan-muziek"," Stoica","RSCA","Van Den Stock",'null')
mysql gives as an error:
MySQL retourneerde: You have an error in your SQL syntax near 'table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro20' at line 1
I thought that the problem was the @ sign, but if I remove it, MySQl still gives an error and then the error is :
MySQL retourneerde: You have an error in your SQL syntax near 'table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro2000be","ta' at line 1
insert into table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro2000be@hotmail.com","tafeltennis-uitgaan-muziek"," Stoica","RSCA","Van Den Stock",'null')
mysql gives as an error:
MySQL retourneerde: You have an error in your SQL syntax near 'table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro20' at line 1
I thought that the problem was the @ sign, but if I remove it, MySQl still gives an error and then the error is :
MySQL retourneerde: You have an error in your SQL syntax near 'table supporters values(null,"Degraef Nico", "Daalstraat 46 3870 Heers","nitro2000be","ta' at line 1