So say I want to...
insert into tableA, 2 variables from tableB, but only rows that are in tableB that have 1 of the variables equal to a certain thing...
hmm let's see if I can be more specific...
i want to create a new row in tableA with the userid and courseid from tableB for every row of tableB that has a courseid of 11
please advise