Matching uids from Comma separated in the same table
Hi Everyone,This s my table,This needs kind of self join but we have tow uids in the comma separated column.
Store
UID RequestStoreUID Code
1 85,63 BHLB
85 4 BHLR
63 NULL BHEW
2 NULL BHIP
3 NULL BHPS
4 NULL BHOT
I need to get below output if i pass 1 in where condition
UID RequestStoreUID Code
1 85,63 BHLB
85 4 BHLR
63 NULL BHEW