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

Home -> Community -> Usenet -> c.d.o.misc -> is it possible with sql?

is it possible with sql?

From: gil guerillot <gil.guerillot_at_ratp.fr>
Date: Thu, 2 May 2002 14:36:46 +0100
Message-ID: <aarbt8$fuv$1@gotix.reseau.ratp>

 i have 2 tables:

(table objects: code_object,date_in,date_out)
(table events:code_event,date_event,code_object)

join by code_object

 i' d like to know the number of events by object and by year.

but i must count only the event when the object is there at the event date(between date_in and date_out)

how can i do with SQL ? Received on Thu May 02 2002 - 08:36:46 CDT

Original text of this message

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