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
'Index was outside the bounds of the array.' Issue in LINQ Query From Array
SQL query - date usage rate / usage rate period
Windows 7 installation - "no drives were found"
get info from php.ini
Backup Failed -
Array Formula with date ranges
Copy data from a web site into ms access
LNK2019: unresolved external symbol
SSRS 2005 How to set the Visibility on Matrix Data Column
How to write an Web Service API ?