Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- Find products where ram = 16 SELECT name FROM products WHERE attributes->'$.ram' = 16; -- Find products where ssd is true SELECT name FROM products WHERE JSON_EXTRACT(attributes, '$.ssd') = true;
Result
Open