Alter measurement syntax reqd

Hi ,

need to add one column name into old measurement . please let me know the syntax to create or alter measurement with adding new column name .

Thanks
Jayachandran S

@jaychandran_subraman You can add a new column with a static value to each row of the table using set() function.

For the dynamic value in the column use the map function. Kindly refer Add new columns and preserve existing columns