Viewing 4 posts - 1 through 5 (of 5 total)
Thank you all for your very helpful replies.
I broke down my query to remove that "firstname and lastname" nonsense.
Now, my query is running based on criteria like : ...
June 22, 2015 at 12:48 am
ChrisM@Work (6/18/2015)
SELECT
RES.method,
payment_id = SUM(CASE WHEN Filter = 1 THEN 1 ELSE 0 END),
[status] = SUM(CASE...
June 18, 2015 at 11:13 am
ChrisM@Work (6/18/2015)
June 18, 2015 at 3:44 am
ChrisM@Work (6/18/2015)
Can you post the whole query please, it's generally easier to work with a whole query, there's less chance of something you haven't...
June 18, 2015 at 2:16 am
Viewing 4 posts - 1 through 5 (of 5 total)