Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reporting Headache
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00391888
Message ID:
00392385
Views:
8
I tried this SQL and I get an expected 1 error. Where is the error in this SQL

SELECT Employees.ID, Employees.FirstName,
Employees.LastName, Employees.Department,
COUNT(ReportRequests.ID) AS Ctr
FROM Employees, ReportRequests
WHERE Employees.ID = ReportRequests.EmpID AND Ctr > 0
GROUP BY Employees.ID, Employees.FirstName,
Employees.LastName, Employees.Department
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform