oracleOracle Insert DateOn this pageOracle Insert DateA simple SQL example of using the To_Date function to format a date. INSERT INTO EXAMPLETBL (EXAMPLEID, EXAMPLEDATE) VALUES ('5', TO_DATE('2014-05-08 08:06:24', 'YYYY-MM-DD HH24:MI:SS')) Related Files https://github.com/seafooood/andrew-seaford.co.uk/tree/main/docs/oracle/oracle-insert-date Oracle Related Articles Backup Oracle database with Windows Batch Script Installing MySQL with phpMyAdmin Create m3u playlist from directory list Adding days to a DateTime in C# C# Open File Dialog