You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
859 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

INSERT INTO Commentary (id_comment, quote, users, dateC, comment)
VALUES
('CMT001', 'Q001', 'U001', '2024-10-01', 'This quote really resonates with me.'),
('CMT002', 'Q002', 'U002', '2024-10-02', 'A timeless piece of wisdom.'),
('CMT003', 'Q003', 'U003', '2024-10-03', 'I disagree with this viewpoint.'),
('CMT004', 'Q004', 'U001', '2024-10-04', 'Absolutely love this quote!'),
('CMT005', 'Q005', 'U004', '2024-10-05', 'Very motivational, thanks for sharing!'),
('CMT006', 'Q006', 'U005', '2024-10-06', 'This makes me reflect on life.'),
('CMT007', 'Q007', 'U006', '2024-10-07', 'I find this quote very inspiring.'),
('CMT008', 'Q008', 'U007', '2024-10-08', 'I think theres more to this than meets the eye.'),
('CMT009', 'Q009', 'U008', '2024-10-09', 'Such a powerful statement!'),
('CMT010', 'Q010', 'U009', '2024-10-10', 'This is one of my favorites!');