염가수입반

염가수입반

select ceil(page_cnt / 20) from ( select sum(1) as page_cnt from it_product where is_active = 'Y' and price > 0 and product_cd like 'C%' and import_cd in ('LI001', 'LI004') and label_code = '023757' and stock_status_code in ('ST001', 'ST002') )