CREATE TABLE `test` ( `id` int NOT NULL AUTO_INCREMENT, `aaa` int GENERATED ALWAYS AS (`json` ->> '$.aaa') VIRTUAL, `json` json DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1 ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results