clear markdown compare help donate comments/suggestions/bugs a leap of faith? bible365 diddy dollings
clear markdown donate comments/suggestions/bugs a leap of faith? bible365 diddy dollings
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0. 554305 fiddles created (10974 in the last week).

CREATE TABLE characters (data jsonb);
 hidden batch(es)


INSERT INTO characters VALUES (' { "name" : "Yksdargortso", "id" : 1, "sex" : "male", "hp" : 300, "level" : 10, "class" : "warrior", "equipment" : { "rings" : [ { "name" : "ring of despair", "weight" : 0.1 }, {"name" : "ring of strength", "weight" : 2.4 } ], "arm_right" : "Sword of flame", "arm_left" : "Shield of faith" } }');
1 rows affected
 hidden batch(es)


select count(*) from characters where jsonb_path_exists(data, '$.id == 1');
count
1
 hidden batch(es)