how to insert date with time into Date type without to_date and to_char
720067May 7 2010 — edited May 7 2010Hey,
I have DATE type column.
I can do sth like that
insert into table (column) values ('2003/05/03') - and it works
can I insert sth with time in this way?
for example:
insert into table (column) values ('2003/05/03 12:12') - it doesn't work