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:303015
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to