Importing DB

Shxrty

Shorty#1960
Mar 31, 2018
629
163
INSERT INTO `catalog_items` VALUES ('9947', '3032', '9947', 'xmas_c17_bench name', '5', '0', '0', '1', '0', '1', '0', '0', '0', '1', '0', '', '0', '', '-1')
> 1265 - Data truncated for column 'offer_active' at row 1
> Time: 0.001s

Am getting this issue while running my db in a query...

Please help.
 

n4te

zzz
Oct 27, 2014
669
293
INSERT INTO `catalog_items` VALUES ('9947', '3032', '9947', 'xmas_c17_bench name', '5', '0', '0', '1', '0', '1', '0', '0', '0', '1', '0', '', '0', '', '-1')
> 1265 - Data truncated for column 'offer_active' at row 1
> Time: 0.001s

Am getting this issue while running my db in a query...

Please help.
Turn strict mode off and then try running it again.
 

Users who are viewing this thread

Top