In teradata we can create an array data type and can use it as data type in table for a column, like this is there anything in dremio db?
Didn’t get you?
How to insert a value like this (89, 78, 77, 66, 98, 73) in a column in single row as an array for example
SELECT CONVERT_FROM('["1", "2", "3"]', 'json')