Closed (fixed)
Project:
Table Wizard
Version:
6.x-1.x-dev
Component:
tw_import_delimited
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2010 at 10:33 UTC
Updated:
31 May 2010 at 17:10 UTC
I get the following error:
user warning: 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 'in, ..collumnnames.., ' at line 1 query: INSERT INTO bbtest2 (..collumnnames..) VALUES(..data..) in \wamp\www\sites\testsite2\modules\tw\tw_import\tw_import_delimited.module on line 243.
Closest issue I can find: http://drupal.org/node/450170 , is this a similar issue?
using SQL 5.1.36
Comments
Comment #1
Argus commentedRemoving the columnname "in" solved the problem.
Comment #2
mikeryanFixed, thanks!