기대 2018.11.14 18:53 Views : 833
2018.11.16 22:56
원하는시는것에는 완벽하지는 않지만 비슷하게 나마
with res
as
(
select '저즌머리 패들 브러쉬' txt union all
select '저즌 패들 머리 브러쉬' txt union all
select '패들 저즌머리 브러쉬' txt union all
select '저즌패들 브러쉬 머리' txt )
select *
from res
where PATINDEX('%저즌%머리%브러쉬%', txt) > 0
cmd_comment_vote_user Upvote0 Downvote0
Keep me signed in.
원하는시는것에는 완벽하지는 않지만 비슷하게 나마
with res
as
(
select '저즌머리 패들 브러쉬' txt union all
select '저즌 패들 머리 브러쉬' txt union all
select '패들 저즌머리 브러쉬' txt union all
select '저즌패들 브러쉬 머리' txt )
select *
from res
where PATINDEX('%저즌%머리%브러쉬%', txt) > 0