Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
add support for oracle's left join syntax - the ( + )
example syntax:
SELECT * FROM table1, table2 WHERE table1.rec_num = table2.fk_table1( + );
Update:
See https://www.techonthenet.com/oracle/joins.php for syntax examples
Attachments
Issue Links
- blocks
-
MDEV-34323 Oracle compatibility project 3
- Open
- is duplicated by
-
MDEV-20650 sql_mode="oracle" does not support ancient outer join syntax (+)
- Closed