select count(*) from item,category,category_1,shop where item.view_flg = 0 and item.update_flg != 3 and item.category_id = category.id and item.category_1_id = category_1.id and item.shop_oid = shop.oid and (item.pname like "%를%" or item.catch_copy like "%를%" or item.p_comment like "%를%" or item.p_detail like "%를%" )