Inserts

in coding •  2 years ago 

INSERT INTO Order (order_id, user_id, order_date, order_total) VALUES
(1, 1, '2023-03-30 10:20:30', 50.00),
(2, 2, '2023-03-29 09:10:20', 75.00),
(3, 1, '2023-03-28 08:10:20', 45.00),
(4, 3, '2023-03-27 07:10:20', 60.00);

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!