Problem inserting date
Posted: Sun Jan 25, 2009 12:35 pm
Hello, I have a query, and when I run it the date is never inserted. What is the problem? The field where that date is inserted is a "date" type. Can somebody tell me what is the problem? Thanks!
Code: Select all
INSERT INTO activity (type_activity, details, date, member_id)
VALUES (1, 'activity', '1/1/2009', 1)