I've mysql (mariadb 10.1. - I can not use Json functions - Json_Extract and so forth.).
In the database I've a desk contracts and a column statistics, which includes Json (facts kind text):
"879": "take a look at", "880": "15255", "881": "2021-10-22"
And I want to locate all records that have a key price of "880" in a few range, eg more than 10000 and much less than 20000, ie. In this case, a document with a cost of 15255.
0 Replies