Use JSON key as text
Hello, I am using the following syntax to fetch data in a JSONB column:
This returns
This returns
my_val as a json value which is equivalent to using ->, how can I retrieve the data using the Postgres ->> operation that returns the data as TEXT?