Most voted "jsonb" questions
None
Learn more…3 questions
Sort by count of
-
1
votes1
answer747
viewsProblems with encoding in Database Query
When trying to execute a SELECT, using fields that store data in the JSON structure, I see a problem with the data that may come: SELECT tbl_pf.nome, tbl_pf.adicionais::JSONB->'recebeTaxa' AS…
-
1
votes2
answers55
viewsPostgresql change an element of a JSON column
Hello, I’m trying to change a JSON column, but I want to change only one element, in this case, the "url". There are some urls that have the symbols ' ' and '$' at the beginning and end, as below:…
-
-2
votes1
answer21
viewsSelect in nested jsonb - postgresql
I had difficulty finding the values on a basis, as all examples cite the same way to find information in simple jsons. But a friend from work passed me and solution and I came to share. the initial…