Hi Team
I have this query, how do you explain this result and ways to avoid that it does not happen in sql server.?
- SELECT * FROM runners WHERE id NOT IN (SELECT winner_id FROM races)
- // output
- Id column empty
- name column empty
Kiran MohantyPosted Nov 13, 2020, 4:05 AM
Ajay GohilPosted Nov 12, 2020, 8:25 PM
Guest UserPosted Nov 11, 2020, 1:38 PM
Sachin SinghPosted Nov 11, 2020, 1:32 PM