Mornign folks,
I've a query that returns a count for individual orders.
I then did a union and at the bottom now have a sum of the count.
[code language="sql"]SELECT
CAST(Jobs.jobid as varchar(12) ) as 'Job ID'
, count (JobReferr
I've a query that returns a count for individual orders.
I then did a union and at the bottom now have a sum of the count.
[code language="sql"]SELECT
CAST(Jobs.jobid as varchar(12) ) as 'Job ID'
, count (JobReferr