| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Help about joins
Hi,
I having trouble with 'LEFT JOIN...' and wonder if someone friendly soul can help me to translate the following and make use of LEFT JOIN... instead of the (+)?
I would be _very_ happy!
Best regards
Joacim
f.vssgroupno, i.fromid, i.toid, i.linktype, s.sectionid section, LTRIM(CONCAT( t1.text, CONCAT( ' ', CONCAT( t2.text, CONCAT( '',
CONCAT( t3.text, CONCAT( ' ', s.subheadtext)))))))
infoelementtitle,
wi_fevss vs,
wi_textlist t1,
wi_textlist t2,
wi_textlist t3
WHERE f.infotypeid = 'PARTS' AND f.fungroupno LIKE '49%' AND
f.qualifierid = 'PARTS-CATLG'
AND f.infoelementid = i.fromid AND
s.sectionid = i.toid AND
t1.language (+) = 'eng' AND t1.country (+) = 'US' AND
t1.textid (+) = s.heading1 AND
t2.language (+) = 'eng' AND t2.country (+) = 'US' AND
t2.textid (+) = s.heading2 AND
t3.language (+) = 'eng' AND t3.country (+) = 'US' AND
t3.textid (+) = s.heading3 AND
i.linktype = 'partinforef' AND
vs.vssno = f.vssno AND (vs.model = 'F10' OR vs.model IS NULL)
ORDER BY 6 ASC, 5 ASC, 4 ASC
![]() |
![]() |