![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 2.04 » View Incident Report |
| Reported By: Robert Kaplan Reported On: 11/6/2000 For: Version 2.04 Build 1 |
{ BothFields.SQL - causes problem }
select u_id id,
max(dl_date) "Last Tran.",
u_vin "VIN",
cast(0 as integer) Tiebreak,
u_origamt "Amount Floored",
u_currbal "Current Balance",
pl_cust "Cust No",
pr_description "Product",
pl_desc "Plan",
u_make,
u_model,
rc_code RC,
md_desc "Model",
mk_desc "Make"
from units, dolls, plans, product, rc, model md, make mk
where (u_id between 280 and 290) and (u_id = dl_unit) and
(u_plan=pl_id) and (pl_prod = pr_id) and (pl_rc = rc_id) and
(u_model = md.md_id) and (u_make = mk.mk_id)
group by u_id
order by u_idThis web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

