I have table with columns :
id, word, decode
where decode is a json array like this:
[{
"character": "三",
"components": [
"一",
"二"
]
},
{
"character": "大",
"components": [
"大"
]
},
{
"character": "洋",
"components": [
"氵",
"羊"
]
}]
I need search components in components. For example '二'