MySQL Query Error

Newbie Member
13Aug2007,05:46   #1
michaelantoi's Avatar
I'm trying to import a .csv file into my mysqldb. I keep getting this error:

Data truncated for column 'column_name' at row 1


Can someone please explain why this is happening?

I even changed all the values in that column to a simple '1' value and I still get this error.
Go4Expert Founder
13Aug2007,08:51   #2
shabbir's Avatar
You probably need to provide lots of other information like Data format and Query format.
Go4Expert Member
10Jan2008,12:55   #3
Windhan's Avatar
Provide me some more informations like ur csv data formats and the insert statement which u used.