2 lines
191 B
SQL
2 lines
191 B
SQL
INSERT INTO `product_promotion` (`product_promotion_id`, `product_id`, `user_group_id`, `priority`, `price`, `from_date`, `to_date`) VALUES
|
|
(1, 19, 1, 1, 20.0000, '2023-10-20', '2023-10-20'); |