Querying Multiple Keys of JSONB
Hello, in the Supabase Docs, we have this syntax to query JSONB key, which is
If we want to query multiple keys of JSONB, how can I do that? Can I do something like this to prevent repetitive?
->.If we want to query multiple keys of JSONB, how can I do that? Can I do something like this to prevent repetitive?
address -> (city, district, postcode)