skip to Main Content

Mysql find phrase in Json array

I am looking for a way of find rows by given element of the json table that match the pattern. Lets start with mysql table: CREATE TABLE `person` ( `attributes` json DEFAULT NULL ); INSERT INTO `person` (`attributes`) VALUES ('[{"scores":…

VIEW QUESTION
Back To Top
Search