skip to Main Content

MYSQL: varchar json field, find key with value

So inside my table, I have a column named "data" that is varchar(3000). This is basically a json blob, and this is example of what it holds: {"homeWidgetToShow":"chat_and_notes","official":false,"nationalFederation":false,"categories":[],"activities":{"0":2,"2":7,"1":3},"clubsBlackList":[],"privateMembers":false,"alwaysShowDescription":false,"restrictMembersFromPositingForums":false} Now I need to make a query that basically finds if inside…

VIEW QUESTION
Back To Top
Search