Add header for JSON select feature
This commit is contained in:
committed by
Steve Chávez
parent
24f796a329
commit
48ab4e91be
@@ -162,7 +162,10 @@ Casting the columns is possible by suffixing them with the double colon ``::`` p
|
|||||||
{"full_name": "Jane Doe", "salary": "120000.00"}
|
{"full_name": "Jane Doe", "salary": "120000.00"}
|
||||||
]
|
]
|
||||||
|
|
||||||
You can specify a json path for a ``json`` or ``jsonb`` column using the arrow operators(``->`` or ``->>``) as per the `PostgreSQL docs <https://www.postgresql.org/docs/9.5/static/functions-json.html>`_.
|
JSON Columns
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
You can specify a path for a ``json`` or ``jsonb`` column using the arrow operators(``->`` or ``->>``) as per the `PostgreSQL docs <https://www.postgresql.org/docs/9.5/static/functions-json.html>`_.
|
||||||
|
|
||||||
.. code-block:: http
|
.. code-block:: http
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user