Hello,
I have the following union query, is there away for this query to output only the Top 10 values?
select * from [Highest Impacting AR Reserve Invoices]
UNION select * from [Highest Impacting FM Reserve Invoices];
I have the following union query, is there away for this query to output only the Top 10 values?
select * from [Highest Impacting AR Reserve Invoices]
UNION select * from [Highest Impacting FM Reserve Invoices];