Darren Duncan wrote:
At 7:25 PM -0400 9/10/05, D. Richard Hipp wrote:

Well, that's fine as long as CROSS still continues to mean and do what it has always meant, which is that you explicitly want the result set of

If I understand the issue correctly, it does.

"FROM a, b" is usually equivalent to
"FROM a CROSS JOIN b" in most databases.  With
the new fix, the first form gives you the
optimized query, whilst the second form turns
it off.  But you should get the same results.

...I think :)

Regards,
Kervin


Reply via email to