Ishan
06-03-02, 20:35
| I am trying to understand this query but it can't find what the (+) is meaning. Can you help me ? select * from demande_credit_asap d, pret_debourse_osv p where d.produitlog = :bien_code and d.nomarchandlog = :march_no and (trunc(d.dateouverturelog) >= to_date('1/1/2001','MM/DD/YYYY') and trunc(d.dateouverturelog) <= to_date('5/7/2002','MM/DD/YYYY')) and d.noasaplog = p.noasapdebourse (+) |