skip to Main Content

Can WHERE be used on JSON in MySQL?

I am trying to apply the where clause on json data instead of table and column. I have tried lots of way but didn't get the result as I want. Below is a query: select CustomerName as 'CustomerName', TRUNCATE(JSON_VALUE(BillData, '$[0].due'),…

VIEW QUESTION
Back To Top
Search