1

I am trying to convert data from sql query to json format where different data would be considered for categories, Data values, Series directly in a graph. In SQL server we have a function called FOR JSON AUTO ; is there something similar in Exasol to achieve data conversion to JSON

1 Answers1

0

There are no built-in functions available in Exasol. However, try to create a UDF that could convert sql into json format. This can be done within the Exasol server.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Exasol
  • 26
  • 3