9951 explained code solutions for 126 technologies


clickhouseHow to select Tuple as JSON


SELECT toJSONString(person) FROM tbl4ctrl + c
tbl4

name of the table with Tuple column

person

name of the created Tuple column

toJSONString

will convert Tuple values to JSON strings (as arrays)