我尝试将所有行获取,其中unixtimestamp包含一个在给定日期之间的键。我可以通过选择
{
"id":"string",
"user":int,
"history":{
"unixtimestamp":{
"progress":"string",
"editorId":int
},
"unixtimestamp":{
"progress":"string",
"editorId":int
},
...
}
}
来获得键的数组。但是我找不到解决方案如何过滤。
thanks寻求帮助!
JSON_KEYS(´value', '$.history')
从历史上获取钥匙。
JSON_KEYS(t.value, '$.history')
JSON_TABLE
CAST(j.timestampKey AS UNSIGNED)
DBFIDDLE