[MDEV-24311] document LOAD DATA with @variables Created: 2020-11-30 Updated: 2020-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
LOAD DATA can use user variables to transform data when loading. The only hint that it's possible is the col_name_or_user_var in the syntax specs. It's way to little, hardly anybody would understand what it means. This features needs to be described explicitly and examples should show how to use it. |
| Comments |
| Comment by Oleksandr Byelkin [ 2020-11-30 ] |
|
IMHO also important to mention in https://mariadb.com/kb/en/subquery-limitations/ that it is impossible generally in subqueries (only in LOAD) |