TableA is having testrequested (varchar)column.
TableB is having field_varchar_02(varchar) column, Days(integer)
TableA and TableB:
select B.days from TableA as A, TableB as B where A.testrequested=B.testrequested.
TableB testrequested column having comma separated values how to achieve this in where clause.