Can someone help me to do an Outer join with this below script? I was trying to do it in QV but I get an Memory Timed Out error, so thought would do it before even loading as seen below. Can someone suggest a solution for this please? I have a Error regarding the below SQL script, which I am not able to crack.
Consecutive_Amounts:
LOAD
Amount,
LoanKey,
YearMonth;
SQL SELECT Amount,
LoanKey,
YearMonth
FROM "AOF_DataMart".Reporting.vLastFctPayment
Where PortfolioKey = $(vPortfoliokey)
(SELECT LoanKey,
YearMonth
FROM "AOF_DataMart".Reporting.LoanByYearMonth) Outer Join LoanKey on LoanKey