postgresql -
Muhammad Sadiq / December 01, 2023
To query the following data ["aws", "cloud", "ai"] with structure tags
jsonb
we can use select unnested(tags) as tag from "table_name"
;
Muhammad Sadiq / December 01, 2023
To query the following data ["aws", "cloud", "ai"] with structure tags
jsonb
we can use select unnested(tags) as tag from "table_name"
;