Forum Discussion
jppuam
Helper V
4 years agoLEFT OUTER JOIN not working
Hello, i've a table A with the follow: code_ID department costs 1 chemistry 100 2 math 200 3 sociology 300 4 ...
- 4 years ago
If the matching is to be based on all 3 columns:
NewTable = EXCEPT ( Table1, Table2 )Regards
Jos_Woolley
Solution Sage
4 years agoIf the matching is to be based on all 3 columns:
NewTable =
EXCEPT ( Table1, Table2 )Regards
jppuam
Helper V
4 years agoi try that, but i was using a calculated table that i've made and it wasnt working.
I've change to the original table, an it works....dont understand what was the problem, but its working.
thanks
Jos_Woolley