I need to display the rows that matches any one of the numbers that are separated by commas.
This is my query,
query("select * from sample_table where sample_id IN ('1,3,6,4,7,9') ");
My query must select the table containing when any one of the numbers matches.