I have a query like this that runs fine:
SELECT t1.fiscal_quarter, t2.destination_country FROM (SELECT fiscal_quarter, order_number FROM tbl1) t1 LEFT JO