is there a NATURAL JOIN statement in SAPDB? I think it is very inconvenient to specify the columns for joining in every join clause.
There is no natural join statement in SAP DB and it's not planned for the near future.
And i think the JOIN ... USING syntax has been removed. So you have to use JOIN ... ON (...)
BTW I think it's much easier to read and understand the SQL statement if the join transition is given explicit. But this is only my personal opinion.
sure, but it's so much to write ;-)
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
