I have a column say acct_values holding values like "1,8,10,19,20,2 9,35,50,51"
In a where clause if I have to check 9 in a acct_values column from above values. It gives a positive result becasue 19 and/or 29 contains 9. I have tried "Like/PatIndex/CharIndex" but none of it gives a correct result.
In a where clause if I have to check 9 in a acct_values column from above values. It gives a positive result becasue 19 and/or 29 contains 9. I have tried "Like/PatIndex/CharIndex" but none of it gives a correct result.
Comment