MySQL Query : select t.id, t.catid, t.title, t.thumb, t.zhuangtai,t.pinpai,t.inputtime,t.url,t.jiage, module from ( select t.id, t.catid, t.title, t.thumb, t.zhuangtai,t.pinpai,t.inputtime,t.url,t.jiage, 'jiage_qy' as module from kache_qianyin t where t.status = 99 and t.pinpai in (4196,4197,4220,4221) AND t.mlqj = '320-390' AND t.dunwei = '4' AND t.rlzl = '汽油CNG双燃料' union all select t.id, t.catid, t.title, t.thumb, t.zhuangtai,t.pinpai,t.inputtime,t.url,t.jiage, 'jiage_zh' as module from kache_zaihuo t where t.status = 99 and t.pinpai in (4196,4197,4220,4221) AND t.mlqj = '320-390' AND t.dunwei = '4' AND t.rlzl = '汽油CNG双燃料' union all select t.id, t.catid, t.title, t.thumb, t.zhuangtai,t.pinpai,t.inputtime,t.url,t.jiage, 'jiage_zx' as module from kache_zixie t where t.status = 99 and t.pinpai in (4196,4197,4220,4221) AND t.mlqj = '320-390' AND t.dunwei = '4' AND t.rlzl = '汽油CNG双燃料' union all select t.id, t.catid, t.title, t.thumb, t.zhuangtai,t.pinpai,t.inputtime,t.url,t.jiage, 'jiage_zy' as module from kache_zhuanyong t where t.status = 99 and t.pinpai in (4196,4197,4220,4221) AND t.mlqj = '320-390' AND t.dunwei = '4' AND t.rlzl = '汽油CNG双燃料' ) t group by t.pinpai,t.catid order by t.inputtime desc limit 0, 50
MySQL Error : MySQL server has gone away
MySQL Errno : 2006
Message : MySQL server has gone away
Need Help?