Tag Archives: data truncated

Data truncated for column

Share First time I got this error Data truncated for column. I’m using mysql version 5 and I got a simple query like this: $val1= 1; $val2 = 3; INSERT INTO TBL(‘val1′, ‘val2′) VALUES ($val1, $vall2); Notice the variable name … Continue reading

Posted in mysql | Tagged , , , | Leave a comment