I have a table say "user"which is having a col "access" having multi values separated by comma. and i have another table " codes" which has a column "SCRCODES" having some user codes as single valued. so i need to check whether the multi values in the col "access" of the table "user" is having any of the values present in the "SCRCODES" col of the table "codes"
someone please advise on this. Thanks