set enable_result_cache_for_session = off; :EXPLAIN -- start query 14 in stream 7 using template query28.tpl and seed 1495594178 select * from (select avg(ss_list_price) B1_LP ,count(ss_list_price) B1_CNT ,count(distinct ss_list_price) B1_CNTD from store_sales where ss_quantity between 0 and 5 and (ss_list_price between 155 and 155+10 or ss_coupon_amt between 2656 and 2656+1000 or ss_wholesale_cost between 44 and 44+20)) B1, (select avg(ss_list_price) B2_LP ,count(ss_list_price) B2_CNT ,count(distinct ss_list_price) B2_CNTD from store_sales where ss_quantity between 6 and 10 and (ss_list_price between 26 and 26+10 or ss_coupon_amt between 121 and 121+1000 or ss_wholesale_cost between 69 and 69+20)) B2, (select avg(ss_list_price) B3_LP ,count(ss_list_price) B3_CNT ,count(distinct ss_list_price) B3_CNTD from store_sales where ss_quantity between 11 and 15 and (ss_list_price between 70 and 70+10 or ss_coupon_amt between 5581 and 5581+1000 or ss_wholesale_cost between 37 and 37+20)) B3, (select avg(ss_list_price) B4_LP ,count(ss_list_price) B4_CNT ,count(distinct ss_list_price) B4_CNTD from store_sales where ss_quantity between 16 and 20 and (ss_list_price between 47 and 47+10 or ss_coupon_amt between 5007 and 5007+1000 or ss_wholesale_cost between 4 and 4+20)) B4, (select avg(ss_list_price) B5_LP ,count(ss_list_price) B5_CNT ,count(distinct ss_list_price) B5_CNTD from store_sales where ss_quantity between 21 and 25 and (ss_list_price between 92 and 92+10 or ss_coupon_amt between 2263 and 2263+1000 or ss_wholesale_cost between 55 and 55+20)) B5, (select avg(ss_list_price) B6_LP ,count(ss_list_price) B6_CNT ,count(distinct ss_list_price) B6_CNTD from store_sales where ss_quantity between 26 and 30 and (ss_list_price between 186 and 186+10 or ss_coupon_amt between 12118 and 12118+1000 or ss_wholesale_cost between 67 and 67+20)) B6 limit 100; -- end query 14 in stream 7 using template query28.tpl