| Name | Code |
| A | 1001 |
| B | 1002 |
| C | 1001,1002 |
| D | 1001,1002,1003 |
when i serach 1001 only display A
when i search 1002 only display B
when I search 1001,1002 display A,B,C
when i search 1001,1002,1003 display A,B,C D
I want solution(query) for this problem.
| Name | Code |
| A | 1001 |
| B | 1002 |
| C | 1001,1002 |
| D | 1001,1002,1003 |
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.
Amit GuptaPosted May 23, 2017, 3:08 PM
Bhimashankar GangadePosted May 23, 2017, 6:07 AM
Manas Mohapatra i want different way not that way if any solution.
Manas MohapatraPosted May 22, 2017, 8:52 AM