Microsoft
Software
Hardware
Network
Question : Store COMPUTE in variable?
Dear Experts,
Is it possible to store the COMPUTE value in a variable for later usage?
SELECT employee_name, hours_done
FROM work_done
GROUP BY employee_name
COMPUTE SUM( hours_done )
Answer : Store COMPUTE in variable?
No, it's a reporting feature.
Besides, it has been deprecated in favour of ROLLUP.
Random Solutions
Problem with WordPress User Registration
How Can I Get 2003 Outlook Client to Send Mail?
How not to display Alerts of an update query when a form is opened
hibernate still needs power?
How to create a command (union) from 2 databases?
Checkbox next to <h1> element
DTS not running in job - SQL 2008
Access query
How do I convert Thick to Thin on ESXi?
Procedure not run correctly when parameter include non en character (SQL2005)