I have such json array in MySql
[{ "to": "0xACA7A6819ebc5135D1Be4D9952C1219ad6a3182f",
"from": "0xF6b023e576E86067e9604ee31215873E4495C06f"}]
I need simple action, just get all array!
// This not work
SELECT deposit FROM users WHERE wallet = 0X...