Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
Serious |
Reported By: Terry Swiers Reported On: 9/16/2008 For: Version 2.01 Build 5 |
SELECT invoice.Number, invitem.StockCode, code.Descr, cust.LastName FROM invoice invoice INNER JOIN speed speed ON (speed.NUMBER = invoice.Number) INNER JOIN invitem invitem ON (invitem.Number = invoice.Number) LEFT OUTER JOIN code code ON (code.StockCode = invitem.StockCode) LEFT OUTER JOIN cust cust ON (cust.CustNum = invoice.CustNum) ORDER BY invoice.Number, invitem.StockCode
This web page was last updated on Tuesday, October 8, 2024 at 06:36 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |