GoatieEddie
Technical User
Morning all,
I'm struggling with the syntax of something I thought would be very simple.
I have a table that everyday is appended with new values for each client (from an external DB). The column headings are:
Cust # Amount Date
What I am trying to do is write a query that returns all Customers that exist on say 30/6/05 but not 1/6/05 (ie new customer added over the period). I know I need to use nulls and have done it when comparing two separate tables with only one date each but can't work out the design when just using the single concatenated table. Can someone give me a nudge?
Thanks,
GE
I'm struggling with the syntax of something I thought would be very simple.
I have a table that everyday is appended with new values for each client (from an external DB). The column headings are:
Cust # Amount Date
What I am trying to do is write a query that returns all Customers that exist on say 30/6/05 but not 1/6/05 (ie new customer added over the period). I know I need to use nulls and have done it when comparing two separate tables with only one date each but can't work out the design when just using the single concatenated table. Can someone give me a nudge?
Thanks,
GE