[MDEV-8307] Allow DELETE FROM RETURNING to be used with INSERT INTO Created: 2015-06-11 Updated: 2018-02-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Delete |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 8 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
First discussed here: https://lists.launchpad.net/maria-discuss/msg02647.html Just regarding the RETURNING feature introduced into MariaDB 10.0.5 https://mariadb.com/kb/en/mariadb/delete/ It would be useful, similar to the OUTPUT clause in MSSQL, if we could INSERT the data sent back from a returning clause in a single statement. Something like…
|
| Comments |
| Comment by Daniël van Eeden [ 2015-10-17 ] | ||||||||||||||||||||||||
|
This is how it looks like in PostgreSQL. Note the use of CTE (
|