I
ithrees
Guest
Hi All, How the 'is one of ' filter operation can be simulated in a selectquery api as I have to write a query to get the students who is following an specific course among all the courses they are following? The IN operator is not helping me or I am using it in a wrong way as below. (R121212 - student and course relationship, 2332323 - course id) {SELECT student_Id FROM student WHERE R121212 IN "2332323"} Thanks in advance, Ithrees
Continue reading...
Continue reading...