How to insert date in SQL date type column? sql I have a table with date type column. I am trying to insert date in it: But I get an error: Please give me to make the correct query to put the date AdvertisementAnswer Easy fix:: INSERT INTO t(dob) VALUES(DATE '2015-12-17');