[MDEV-7592] Dynamic Columns: COLUMN_RENAME Created: 2015-02-16  Updated: 2015-10-31

Status: Open
Project: MariaDB Server
Component/s: Dynamic Columns
Fix Version/s: None

Type: Task Priority: Minor
Reporter: siric Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Allow for renaming of dynamic columns. Example: change column1 to newcolumn1, and column2 to newcolumn2 within the dynamic column 'attributes'.

UPDATE records 
SET attritubes = COLUMN_RENAME(attributes, "column1", "newcolumn1", "column2", "newcolumn2" ... );


Generated at Thu Feb 08 07:20:47 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.