Oops...
WHERE a.column = b.column (+) 

On 9/1/05, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> 
> Because Oracle 8i doesn't know ANSI standard outer join syntax. The syntax 
> is this:
> SELECT ...
> FROM table a, table b
> WHERE 
> 
> On 9/1/05, Ian Skinner <[EMAIL PROTECTED]> wrote:
> > 
> > NO, there is no chance of copying. But the database link "@ syntax" is 
> > working. I just had to spend a bit of time convincing a DBA why such a 
> > thing 
> > needed to exist.
> > 
> > Now I just need to figure out how to get a double left and right join. I 
> > found a nice hint to do it, but my JDBC Driver is throwing an error when I 
> > try this.
> > 
> > FROM
> > [EMAIL PROTECTED] Left Join
> > aSchema.aTable on (linkField = localField)
> > 
> > Any reason something like this would not work in a 8i Orcale database?
> > 
> > 
> > -------------- 
> > Ian Skinner
> > Web Programmer
> > BloodSource
> > www.BloodSource.org <http://www.BloodSource.org>
> > Sacramento, CA
> > 
> > "C code. C code run. Run code run. Please!"
> > - Cynthia Dunning
> > 
> > Confidentiality Notice: This message including any 
> > attachments is for the sole use of the intended
> > recipient(s) and may contain confidential and privileged
> > information. Any unauthorized review, use, disclosure or
> > distribution is prohibited. If you are not the 
> > intended recipient, please contact the sender and
> > delete any copies of this message.
> > 
> > 
> > 
> > 
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to