Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
UPDATE products SET attributes = JSON_SET( attributes, '$.ram', 32, '$.gpu', 'RTX 4090' ) WHERE id = 1; SELECT attributes FROM products WHERE id = 1;
Result
Open