When [1,2,3,4,5] is stored in Json Type in MySql with column 'jscol' and table 'Jtest', How to get partial values above 2? I couldn't find the right query.
I think some combination of json functions in mysql 8 could solve the problem.
When [1,2,3,4,5] is stored in Json Type in MySql with column 'jscol' and table 'Jtest', How to get partial values above 2? I couldn't find the right query.
I think some combination of json functions in mysql 8 could solve the problem.
it will be better if you can provide sample table.
for your case you may use below query
This query does the following: