all-things-risingwave

Is JSON data type supported in the SQL database?

I am looking for information on whether the SQL database supports JSON data type and how it can be used.

Jf

Jf p

Asked on Jun 21, 2023

Yes, JSON data type is supported in the SQL database. You can use JSONB for PostgreSQL style JSON type. It allows you to manipulate JSON objects within SQL queries and create views based on different event types. Here is a link to the documentation for more information: Data Type JSONB

Jun 21, 2023Edited by