I am converting this SQL statement from Access to Oracle. Can you help me?
SELECT [814_24].DTM02_376 AS [Move Out Date], Count(*) AS [814-24 Count]
FROM 814_24
GROUP BY [814_24].DTM02_376
ORDER BY [814_24].DTM02_376;
I have four subreports which have individual sum[countofemp] in each subreport. How can I get a grand total on the main report of two subreports [countofemp]??
I am trying to get a count of Employees for each month of the year. 1. I am having to do seperate queries for each month (with grouping for Date and Identifier and a Count for Employee)for each table 2. then making a table with those numbers and 3. then querying just Employee for a Count. Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.