string(1448) " select groupby() as makeId, count(*) as co from kapot_goods where allRegion = 16 AND conditionInt = 2 AND firmPay > 3 group by makeId limit 200 ; select marketrubParent as nrId, count(*) as co from kapot_goods where allRegion = 16 AND conditionInt = 2 AND firmPay > 3 AND marketrub != 0 group by marketrubParent limit 200 ; select conditionInt as condition, count(*) as co from kapot_goods where allRegion = 16 AND firmPay > 3 AND conditionInt in (1,2) group by conditionInt ; select regionId , count(*) as co from kapot_goods where conditionInt = 2 AND firmPay > 3 AND cityId != 0 group by regionId limit 200 ; select cityId, count(*) as co from kapot_goods where conditionInt = 2 AND firmPay > 3 AND regionId = 16 group by cityId limit 200 ; select id, if( idprojekt = 24709, (WEIGHT() * pay * 1.5), (WEIGHT() * pay) ) as w from kapot_goods, kapot_goods_strict where allRegion = 16 AND conditionInt = 2 AND firmPay > 3 order by w desc, nrSort desc, goodsPay desc limit 32100, 20 option max_matches=50000; show meta LIKE 'total%' ; select idprojekt, count(*) as co from kapot_filter where firmRegionId = 16 AND conditionInt in (0, 2) AND firmPay > 3 group by idprojekt order by firmPay desc, idprojekt desc limit 0, 12 option max_matches=50000; show meta LIKE 'total%' "