Re: Natural join in SAPDB
Sven Köhler <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
>>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 ;-)