1.select count(*) as `total_data_count` from `store` where `first_region_code` = 'gangwon' and `second_region_code` = 'taebaek' and MATCH(store_name) AGAINST('세차장' IN NATURAL LANGUAGE MODE)
2.select `store_id`, `address`, `road_address`, `store_name`, `store_type`, `telephone` from `store` where `first_region_code` = 'gangwon' and `second_region_code` = 'taebaek' and MATCH(store_name) AGAINST('세차장' IN NATURAL LANGUAGE MODE) order by `allow_date` desc limit 0, 15
강원 태백시 지역 추천업체