V 9.4.4 pomocí #>>
operátor mi funguje:
select to_json('test'::text) #>> '{}';
Pro použití se sloupcem tabulky:
select jsoncol #>> '{}' from mytable;
V 9.4.4 pomocí #>>
operátor mi funguje:
select to_json('test'::text) #>> '{}';
Pro použití se sloupcem tabulky:
select jsoncol #>> '{}' from mytable;