I've tried this
INSERT INTO products
(product_id, product_type, created_dt, end_dt)
VALUES
('11', '1', '2010-10-08 00:11:10', DATE_SUB(2010-10-08 00:11:10, INTERVAL 59 Minute))
But this doesn't work. Any other ways to do this within Mysql?
Thanks!