[MDEV-32516] Returning Insert Resultset into Temporary Table Created: 2023-10-19 Updated: 2023-11-03 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Jacob W | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Wanted to mark this as an improvement but that type wasn't available. For insert (and delete statements), the RETURNING clause can be used to return the records that were actually inserted into a table Currently however the returned resultset can only be returned to the caller. It cannot be stored into a temporary table, used as the values for a CTE, be used as subquery for a select statement, etc.
. |