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.
|