Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Dynamic Columns
-
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" ... ); |