Board index » delphi » Local SQL problem with outer join
pascal vitoux
![]() Delphi Developer |
Sat, 16 Oct 1999 03:00:00 GMT
Local SQL problem with outer joinI'm trying to make an outer join between three tables like these: -->Table1 : -->Table2: -->Table3: My issue is that these two queries don't give the same result ! Why ? --> First query : SELECT Table1.ID,Table2.Val,Table3.val --> Second query: (the two outer join lines where exchanged). Under MS Access, these two queries give the same result. Are there any Thanks P.Vitoux (serv...@d2m.fr) |