Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, two tables to join with resident
hello JoaquinLR
i am trying all the possibilites
but couldnot make it happen
Hellos
BudgetTemp:
Left Join (KPIFin)
Load
*,
Mid(BudgetPeriod, 3,2) as Period
Resident Budget;
Drop table Budget;
I think you should write the sentence in red.
Regards
Joaquín
It seems, both the table have same column structure...
For auto concatenation both the table should have same column name else you need to force the concatenation.
What you want to do ? Join or concatenation?