SELECT count(*) as cnt
		FROM `pt_product` a
		WHERE 1  AND LOWER(`product_txt4`) LIKE LOWER('%스노우플레이크%') 

Products