Re: Finding available customer numbers
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 06/02/04
- Next message: Mac: "Re: Finding available customer numbers"
- Previous message: Mac: "Finding available customer numbers"
- In reply to: Mac: "Finding available customer numbers"
- Next in thread: Mac: "Re: Finding available customer numbers"
- Reply: Mac: "Re: Finding available customer numbers"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 19:22:16 +0530
Hi,
With this information it is difficult to give a solution. A tip will be,
Check the trasnaction table against the customer master table.
If you have not dealed with that customer , you wont have any transaction in
TRAN table.
With that you can identify the list of customers, query will be some thing
like:-
select cust_num,cust_name from cust_master where cust_num not in (select
cust_num from cust_transaction)
Thanks
Hari
MCDBA
"Mac" <jmcgrath@planesunited.com> wrote in message
news:46ABDDA1-B5FC-4F33-8655-E99A7802D794@microsoft.com...
> Hi All,
> How do I find unused customer numbers in a table?
>
> Thanks
> Mac
- Next message: Mac: "Re: Finding available customer numbers"
- Previous message: Mac: "Finding available customer numbers"
- In reply to: Mac: "Finding available customer numbers"
- Next in thread: Mac: "Re: Finding available customer numbers"
- Reply: Mac: "Re: Finding available customer numbers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|