How can I SELECT rows where a JSON key is bigger/smaller than a certain date?
Question:
My table contains a value json-column:
{
"id":"string",
"user":int,
"history":{
"unixtimestamp":{
"progress":"string",
"editorId":int
},
"unixtimestamp":{
"progress":"s...
databasedev.hashnode.dev1 min read