News

JSON_ARRAY constructs JSON array text from zero or more expressions. The JSON_ARRAY function uses the rules described in this FOR JSON article to convert SQL data types to JSON types in the JSON array ...
Issue Type: Feature Request I have a column from my SQL query results that prints out the following: researcher [12,3,4] [5,3,19] I then save the SQL query results (above) using the 'Save As JSON' ...