I have a text array column and now I would like to create a new JSON column. In JSON column I would like to create key-value pairs from text array and current time stamp.
Example:
Text array {"aa", "bb", "cc"} -> JSON {"aa":"12:00", "bb":"12:00", "cc":"12:00"}
How do I update this way all rows in the whole table?