Vote count: 0
CREATE TABLE orders(order_id INTEGER PRIMARY KEY, customer_id INTEGER, order_date DATE, ship_date DATE);
INSERT INTO orders VALUES (1, 1200, '2013-23-10', '2013-28-10');
Is there anything wrong with the above code?
asked 30 secs ago
MySQL Error 1292 Incorrect date value?
Aucun commentaire:
Enregistrer un commentaire