Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
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" ... ); |