0.SELECT `search_keyword`, `store_type_code` FROM `popular_tag` where `tag` = '헬스장'
1.select count(*) as `total_data_count` from `store` where `first_region_code` = 'daegu' and `second_region_code` = 'dseo' 2.select `store_id`, `address`, `road_address`, `store_name`, `store_type`, `telephone` from `store` where `first_region_code` = 'daegu' and `second_region_code` = 'dseo' order by `allow_date` desc limit 0, 15
3.select `store_id`, `address`, `road_address`, `store_name`, `store_type`, `telephone` from `store` where `second_region_code` = 'dseo' and `store_type_code` = 'k23349' order by `seq` desc limit 18