Guest_imported
New member
- Jan 1, 1970
- 0
I have a stored proc that returns grouped result sets. The output is a file. In the header, I want to put a total 'group' count. I can get the count by doing a simple count(*) of the temp table after it is grouped. But how do I output this single value in my final select?