CR8 & Pervasive.SQL 2000i
The query
SELECT
Products."Code", Products."Desc", Products."SalePrice"
FROM
"DEBC"."Products" Products
WHERE
"Products".Code not in (select distinct("BillingDetail".DetailNo) from "DEBC"."BillingDetail"BillingDetail where "BillingDetail".CVNo='619383')...
CR v8
I have 2 tables
Billing.Detail (invoice #, customer number, product code, description, order quantity, sale price, etc…)
Products (products code, description, text2, amount1, amount2, etc…)
Tables are linked by product code.
I can get it to tell my what products a given customer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.