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
Trouble with SQL server 2005 remote connection
Change /etc/init.d boot order Ubuntu 9.10
Update - Creating a script that can move files to an existing directory based on filename
javascript starts with
Chrome - overflow='auto'
System tables in SQL Server - management console
Black Screen on Windows Server 2008 R2
MsAccess Query
dropdown menu without submit button
another basic rearrangement