Problem with using AND, OR for single column values

mysql table Problem with using AND, OR for single column valuesI have a MySql database table as shown in image . Where table has thousands of records with any integer and varchar values in id1 and id2.

I want to select values where id1=(1 and (2 or 3)). Which will result in id2=a,b,c.

…continue reading: Problem with using AND, OR for single column values