imagine a PostgreSQL 9.3 with a table that has an sql column that contains an object:
{"start":"2016-02-04 00:45:56.000"} How could I query it to get objects with start date > :"2016-01-01 00:00:00.000"?
This question is specificly for version 9.3