*** 69,76 **** x,1; DELETE from table where timestamp < ..... ! *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: INSERT INTO example () ! VALUES (); *: 2004.08.13 : Oracle's join syntax using (+) and (-): --- 69,82 ---- x,1; DELETE from table where timestamp < ..... ! *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: ! ! INSERT INTO example () ! VALUES (); ! ! _: To get the desired behavior you can use: ! ! INSERT INTO example (rowid) values (null); *: 2004.08.13 : Oracle's join syntax using (+) and (-):