hello People
Nice new house here huh
question: I have a query that show data from two tables and uses a third table for a condition. It's a left join so that shows the results even though in the second table I don't have records. Now, when after 'WHERE' I add a condition like: and X NOT IN(select X from thirdtable...), it isn't working anymore. I mean the left join, the query is working again as a inner join query. Do you guys have any idea? If is two abstract what I say I can post the query, but as a principle, in a left or right join query, are some hidden rules that have to be respected? (at least, hidden for me
)
Thanks in advance
Nice new house here huh
question: I have a query that show data from two tables and uses a third table for a condition. It's a left join so that shows the results even though in the second table I don't have records. Now, when after 'WHERE' I add a condition like: and X NOT IN(select X from thirdtable...), it isn't working anymore. I mean the left join, the query is working again as a inner join query. Do you guys have any idea? If is two abstract what I say I can post the query, but as a principle, in a left or right join query, are some hidden rules that have to be respected? (at least, hidden for me
Thanks in advance