Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reporting Headache
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00391888
Message ID:
00392385
Vues:
7
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform