Hi,
I am extracting data of two fiscal years from two different tables and storing them in temporary tables.
@FY1516
SalesPersonIDSalesPersonName SalesPersonCity SalesFY1516
@FY1617
SalesPersonIDSalesPersonName SalesPersonCity SalesFY1617
I want to see results
SalesPersonIDSalesPersonName SalesPersonCity SalesFY1516 SalesFY1617
All Sales Person do not have sales in both fiscal years.
Regards