Best way to query JSON string on a table
I want to query a JSON string (let's call it smaller_json) on a table column containing JSON string data (lets call it bigger_json). The 'smaller_json' can either be an exact match or a subset of the 'bigger_json'. The table has around 300 records, ...
