OUTER JOIN isn't supported. Take a look here:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=using_reco
rdsets_7.html

Adrian

-----Original Message-----
From: Paul Ihrig [mailto:[EMAIL PROTECTED]
Sent: 09 April 2008 12:33
To: CF-Talk
Subject: QoQ question - left outer join


why cant i do a left outer join in a qoq?

FROM getZMA  LEFT OUTER JOIN
getEQ ON getZMA.Material = getEQ.sap_partnum
WHERE (getEQ.sap_partnum IS NULL)

tried
FROM getZMATMAST, getEQ
WHERE (getZMATMAST.Material = getEQ.sap_partnum) AND (getEQ.sap_partnum IS
NULL)
but that dosnt return what i want

how do i write it to work?

also i cant do ABS(dbo.riprod_ZMATMAST.Material) AS specs_partnum


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303016
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to