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 -> criteria on the outer table

criteria on the outer table

From: sit.sit <gil.guerillot_at_ratp.fr>
Date: Tue, 17 Sep 2002 12:36:59 +0100
Message-ID: <3D8713DB.81A05E93@ratp.fr>


I have 2 tables

obj

   code
   description

and

evt

   object
   event
   date

join by the outer join evt_object(+)=obj_code

criteria= where evt_date between :p_start and :p_end

i want to select all the obj_code and description of the obj table , count the number of events for each obj_code even when no event exist during the period (criteria on the outer join)

how can i do? Received on Tue Sep 17 2002 - 06:36:59 CDT

Original text of this message

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