Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Ask for a query

Ask for a query

From: Pickleman <dutchpickleman_at_hotmail.com>
Date: 7 Sep 2006 01:00:08 -0700
Message-ID: <1157616008.245187.46170@h48g2000cwc.googlegroups.com>


Hello,

I've got two tables, named Order and Customer. I want a query that let me see during a period per month wich customer bought something for the first time.

Table Order contain a field Customer_ID and OrderDate

Example:

Period: Jan 1st 2005 - March 31st 2005

Suppose in table Order:

Customer_ID orderdatum

1                   12/01/2004
1                   09/15/2003
1                   01/13/2006
2                   01/01/2005
2                   02/02/2005
3                   01/05/2005
3                   05/12/2005
4                   08/05/2005
5                   03/21/2005

Result
Jan:
2
3
March
5

Customer_ID 1 bought for the first time in September 2003, so he doesn't occur in the result. Customer_ID 4 bought later (August 2005) so he also doesn't occur in the result.

How do I write that in SQL? I would be helped if the query is made for obe month only (I'll loop the query per month in that way)

Thanks four reading my question. I hope you could help me. Received on Thu Sep 07 2006 - 03:00:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US