SELECT orderheader, sum(ordervalue)But when in x++ the order is another...
FROM some_table
WHERE some criterias
GROUP BY orderheader
SELECT orderheader, sum(ordervalue)
FROM some_table
GROUP BY orderheader
WHERE some criterias
I mean...come on! What the ...well. What is going on?
No comments:
Post a Comment