# Export utility - left outer join? **Category:** [Yahoo Archive](https://www.epiusers.help/c/yahoo-archive/9) **Created:** 2000-09-13 18:04 UTC **Views:** 531 **Replies:** 2 **URL:** https://www.epiusers.help/t/export-utility-left-outer-join/1099 --- ## Post #1 by @system
> -----Original Message-----
> From: Wayne Cox [mailto:wmc@...]
> Sent: Wednesday, September 13, 2000 3:15 PM
> To: vantage@egroups.com
> Subject: [Vantage] Export utility - left outer join ???
> Hmm, been spending a bunch of time messing with the export utility this
> afternoon, and just fired up email after a couple hours. Looks like
> someone else is having the same struggle today :)
>
> I'm having decent luck making simple exports work. But doing joins is
> giving me headaches. I want to dump all vendors, along with their
> GroupCode and VendGrup.Description. Some Vendors don't have a group code
> (that's where the trouble starts)
>
> for each Vendor Where Vendor.Company = cur-comp no-lock,
> each vendgrup of vendor:
>
> Behaves like an Inner Join and DOES NOT export the Vendors with a null
> GroupCode.
>
> Other stuff I tried generated run time errors, or duplicated vendors X
> every VendGrup, and other useless stuff.
>
> Can anyone tell me how to make it behave like a Left Outer Join ?
>
>
> Thanks, -Wayne Cox
>
> PS... just to make things more aggravating, Vantage leaves the export
> file locked sometimes, so you have to rename it with each try. arrgh!
>
>