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
Asked
Active
Viewed 248 times
1
-
Exactly what do you want ? Can you tell me a sample ? – CodeMan Jan 02 '19 at 08:21
-
Hello CodeMan, As we can convert data into json hierarchy in SQL can we do it same in EXASOL server. – Ganesh Gadakar Jan 02 '19 at 08:37
1 Answers
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