[MDEV-29919] Support MYSQL Syntax for INSERT ON DUPLICATE KEY UPDATE Created: 2022-10-31 Updated: 2022-10-31 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Marc | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Starting with MySQL 8.0.20 it supports a new syntax for INSERT ON DUPLICATE KEY UPDATE to refer the new entry in the insert statement: They use the AS keyword to refer to the new entries instead of using VALUE[S]() |