FatalExceptionError
Technical User
I have a query that seems rather simple but is giving me trouble.
Table A contains orders details including but not limited to
order date
vendor #
order cost
What I am trying to do is get a list with the sum of the order cost for each specific vendor within a givin date. The output is either 1 sum or an error for not using an aggregate. Is it possible to do this in one query or should I just go ahead and make a simple function and call it for each distinct vendor number.
=======================================
The statement below is true
The statement above is false
There are 10 kinds of people, those who know binary and those who don't
Table A contains orders details including but not limited to
order date
vendor #
order cost
What I am trying to do is get a list with the sum of the order cost for each specific vendor within a givin date. The output is either 1 sum or an error for not using an aggregate. Is it possible to do this in one query or should I just go ahead and make a simple function and call it for each distinct vendor number.
=======================================
The statement below is true
The statement above is false
There are 10 kinds of people, those who know binary and those who don't