Dear All
My below query is working fine
SELECT
*
FROM tablename(nolock)
WHERE column LIKE 'A%B%C%'
But i want same even if search sequence is getting change like
SELECT
*
FROM tablename(nolock)
WHERE column LIKE 'A%C%B%'
In first query A is before B and in second vice versa
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Sonu GuptaPosted Oct 1, 2019, 1:46 PM
Mayur GujrathiPosted Oct 1, 2019, 6:28 AM