VvebOIDC/install/sql/insert/attribute/product_attribute.sql

15 lines
392 B
SQL

INSERT INTO `product_attribute` (`product_id`, `attribute_id`, `language_id`, `value`) VALUES
(19, 3, 1, '100mhz'),
(17, 2, 1, '4'),
(17, 4, 1, '16GB'),
(18, 2, 1, '16'),
(18, 3, 1, '3,6 Ghz'),
(18, 4, 1, '65 W'),
(18, 5, 1, '7 nm'),
(18, 6, 1, '3 MB'),
(18, 7, 1, '32 MB'),
(18, 8, 1, 'DDR4'),
(18, 9, 1, '32 GB'),
(18, 10, 1, '1600 Mhz'),
(18, 11, 1, '9 CL'),
(18, 12, 1, '1,5 V');