[MDEV-15077] Insert from 'call proc', returning rows Created: 2018-01-25 Updated: 2018-01-27 Resolved: 2018-01-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Tadas BalaiĊĦis | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It's possible to create the procedure that returns recordset. It could be used instead of select. That's fine. But can it be used in another procedure or in insert from select statement? insert into t |
| Comments |
| Comment by Sergei Golubchik [ 2018-01-27 ] |
|
See MDEV-8100 |