3
Answers

Retrieve rows that match with all rows from another table

Nel

Nel

7y
226
1
Hi,
 
I have table 1, table 2 and mapping table for these two tables.
Can anybody help me please how to find all persons in table 1 that  attend all schools from table 2 at the same time, without using join keyword, with one select statement?
Thanks! 
Answers (3)
2
Nilesh Shah

Nilesh Shah

NA 22.3k 214.9k 7y
I suggest you to post the answer which you solved, and close this thread
1
Nilesh Shah

Nilesh Shah

NA 22.3k 214.9k 7y
at least post the table structure of these 3 tables
 
we cannot guess your table design
-2
Nel

Nel

NA 713 955.2k 7y
I solved it, thanks!