SELECT count(*) as cnt
		FROM `pt_product` a
		WHERE 1  AND LOWER(`product_txt4`) LIKE LOWER('%비즈니스관점 모니터링%') 

Products