INSERT INTO `znote_shop_orders` (`account_id`, `type`, `itemid`, `count`, `time`) VALUES ('3', '3', '7844', '200 CC Scroll', '1538913478')
count = '200 CC Scroll' ???????????????????????
Probably count is an integer so you cant just save a string?????
Or maybe count is a string but your data...