Nested curly brackets in Psycopg2 SQL Composition query – Postgresql
I'm trying to create a query using Pycopg2's SQL String Composition which in I need to use a curly brackets inside my query to update a key value in a jsonb column. Something like this: update myschema.users set data =…