add remove split language chart show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
version
PostgreSQL 14.10 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit
SELECT 1
type val -> ->> #> #>>
json null null null null null
json 0 null null 0 0
json 2 null null 2 2
json "Some Text" null null "Some Text" Some Text
SELECT 4
type val -> ->> #> #>>
jsonb null null null null null
jsonb 0 0 0 0 0
jsonb 2 2 2 2 2
jsonb "Some Text" "Some Text" Some Text "Some Text" Some Text
SELECT 4