Hi,
I have a field (Date type) and I'd like to insert the current date and time.
e.g.:
insert into my_table( my_date_field ) values ( sysdate );
Is there an equivalent to Oracle's "sysdate" keyword?
Thanks,
John