Capoerista
Programmer
Hi Everyone,
I am trying to the following outer join :
select T1."TERRITORY_CODE" "c1" , T1."TERRITORY_DESC" "c2" , T2."REP_MANAGER_CODE" "c3" , T2."REP_MANAGER_DESC" "c4"
from {oj "XLOOK_TERRITORIES" T1 LEFT OUTER JOIN "XLOOK_REP_MANAGER" T2 on T1."REP_MANAGER_CODE" = T2."REP_MANAGER_CODE" }
order by 1 asc
Using:
Impromptu Admin 7.1.529.0
Easysoft ODBC Bridge
Windows 2K
The Easysoft documentation states that it supports ODBC style outer join syntax and indeed runs fine if I paste it into WinSQL. However when I run with Impromptu it returns no rows.
We feel that it is an Impromptu problem but would appreciate any views or ideas on how to investigate further.
Thanks
Ade
I am trying to the following outer join :
select T1."TERRITORY_CODE" "c1" , T1."TERRITORY_DESC" "c2" , T2."REP_MANAGER_CODE" "c3" , T2."REP_MANAGER_DESC" "c4"
from {oj "XLOOK_TERRITORIES" T1 LEFT OUTER JOIN "XLOOK_REP_MANAGER" T2 on T1."REP_MANAGER_CODE" = T2."REP_MANAGER_CODE" }
order by 1 asc
Using:
Impromptu Admin 7.1.529.0
Easysoft ODBC Bridge
Windows 2K
The Easysoft documentation states that it supports ODBC style outer join syntax and indeed runs fine if I paste it into WinSQL. However when I run with Impromptu it returns no rows.
We feel that it is an Impromptu problem but would appreciate any views or ideas on how to investigate further.
Thanks
Ade