Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将数据从 sql 查询转换为 json 格式,其中直接在图表中为类别、数据值、系列考虑不同的数据。在 SQL 服务器中,我们有一个名为 FOR JSON AUTO 的函数;Exasol中是否有类似的东西来实现数据到JSON的转换
Exasol 中没有可用的内置函数。但是,尝试创建一个可以将 sql 转换为 json 格式的 UDF。这可以在 Exasol 服务器中完成。