×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Chuck,
Thanks for the explanation! Makes since now.
-- Jim
-----Original Message-----
message: 5
date: Tue, 01 Mar 2011 09:43:42 -0800
from: CRPence <CRPbottle@xxxxxxxxx>
subject: Re: upgrade 5.4 to 6.1
On 3/1/11 5:29 AM, Lowary, Jim wrote:
What got us was some SQL statements in a old Delphi program that used
ODBC to connect the joins were like this
...
From file1 a, file2 b
Left outer join file3 c on a.field1 = c.fieldx
According to JOIN precedence, the above JOIN should be parsed by the
SQL as the effective equivalent of:
From file1 a
, ( file2 b Left outer join file3 c
on a.field1 = c.fieldx )
....
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.