PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
Implement Oracle-style multi-table UPDATE syntax:
Example:
Note, Oracle has some limitations. If I rewrite the above UPDATE statement as:
it returns an error:
|
| Comments |
| Comment by Michael Widenius [ 2016-08-18 ] |
|
This looks like something that can be done only at the parser level where we convert Oracle syntax to MariaDB multi-table update syntax. |