Viewing 4 posts - 1 through 5 (of 5 total)
Well, actually my query does not work.
Issue being the ovnd_key='13' insert into PRCR.
Without that insert, my query does not give desired results.
The above query seems to work fine.
🙂
March 20, 2008 at 8:31 am
I finally got it working as follows:
SELECT *
FROM ord1 H
WHERE EXISTS
(
SELECT NULL
FROM PRCR C1
WHERE C1.customer = H.customer
...
March 17, 2008 at 9:08 pm
Ok. Admit the typos.
1. In the insert for ord1, the value for sku_upc should be 'U' in all.
This eliminates query clauses to be altered.
2. zzeopdcr should...
March 15, 2008 at 11:18 am
Viewing 4 posts - 1 through 5 (of 5 total)