• Norma Jean Claeys (4/21/2008)


    select * from stud_mast

    join (select 2 choice union select 6 union select 7

    union select 8 union select 11 union select 12) choices

    where month(dob) = choice

    I guess there should be ON condition instead of WHERE clause..;)