Does DBD::Oracle support left outer join

2010-05-21 Thread White, Richard L
I'm getting an error when I try to use a left outer join in my Perl program. I have not found anything about joins in the documentation of the DBD:Oracle module. I'm using DBD::Oracle v1.18 on Perl v5.8.5 to connect to our Oracle 10.02.0400 dB. If it should work, I will continue to work on it.

Re: Does DBD::Oracle support left outer join

2010-05-21 Thread Martin Evans
White, Richard L wrote: I'm getting an error when I try to use a left outer join in my Perl program. I have not found anything about joins in the documentation of the DBD:Oracle module. I'm using DBD::Oracle v1.18 on Perl v5.8.5 to connect to our Oracle 10.02.0400 dB. If it should work,

Re: Does DBD::Oracle support left outer join

2010-05-21 Thread Bruce Johnson
On May 21, 2010, at 9:25 AM, White, Richard L wrote: I'm getting an error when I try to use a left outer join in my Perl program. I have not found anything about joins in the documentation of the DBD:Oracle module. I'm using DBD::Oracle v1.18 on Perl v5.8.5 to connect to our Oracle

RE: Does DBD::Oracle support left outer join

2010-05-21 Thread White, Richard L
To: White, Richard L Cc: dbi-users Subject: Re: Does DBD::Oracle support left outer join White, Richard L wrote: I'm getting an error when I try to use a left outer join in my Perl program. I have not found anything about joins in the documentation of the DBD:Oracle module. I'm using DBD