Robert
Specifying outer joins in the FROM clause is currently the SQL92 standard.
There are currently no plans to support the SQL Server or Oracle syntaxes.
Regards
Peter Hearty
Lutris Technologies UK Ltd.
-----Original Message-----
From: Jonathan Carlson <jcarlson@is.com>
To: 'instantdb@enhydra.org' <instantdb@enhydra.org>
Date: 28 July 2000 01:43
Subject: InstantDB: outer joins
>Is it possible to specify an outer join simply like SQLServer?
>
>i.e. WHERE Table1.Column1 *= Table2.Column1
>
>or like Oracle?
>
>i.e. WHERE Table1.Column1 = Table2.Column1(+)
>
>Thanks! I'm generating my SQL with a home-grown database-neutral framework
>so it would be helpful to have similar constructs. However if the current
>implementation is a SQL92 standard, then maybe I should support that
format.
>
>
>Any help would be appreciated!
>
>
>Jonathan Carlson, Software Developer
>jcarlson@is.com
>
>Such ever was loves way: to rise, it stoops.
> - Robert Browning
>
>
>
>---------------------------------------------------------------------------
--
>To unsubscribe from this mailing list, send email to majordomo@enhydra.org
>with the text "unsubscribe instantdb" in the body of the email.
>If you have other questions regarding this mailing list, send email to
>the list admin at owner-instantdb@enhydra.org.
>
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|