insert into class_pre_req(class_id, cpr_id) values(select class_id from classes where catlg_nbr = 265 and subject_id = 27, select class_id from classes where catlg_nbr = 166 and subject_id = 27);
I am trying into insert into this table with the values as insert statements. I assume I am just using the wrong syntax. Any help please?