Forum Post: How To Simulate 'is One Of' Filter Operation In Selectquery?

  • Thread starter Thread starter ithrees
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top