Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 3.09 » View Incident Report |
Serious |
Reported By: John Braga Reported On: 4/12/2002 For: Version 3.08 Build 1 |
SELECT DISTINCT AE.BrnId, CL.ClId, CL.ClName, AE.AStartDate, BR.Quote, RA.RId, RA.RDesc, COUNT(AE.EmpId) as Worked FROM "alemp" AE, "bkemp" BE, "client" CL, "bref" BR, "rates" RA WHERE AE.BkId=BE.BkId AND BR.BrnId=BE.BrnId AND CL.ClId=BR.ClId AND CL.ClRate=RA.RId AND AE.TmId <> NULL AND AE.InvId IS NULL AND AE.AStartDate >= "2002-03-11" GROUP BY 1, 2, 3, 4, 5, 6, 7 ORDER BY AE.AStartDate, CL.ClName
This web page was last updated on Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |