Hour with sysdate
449068Nov 3 2005 — edited Nov 3 2005Hi,
I have a problem with the sysdate : I would like to return date + hour, like this :
"update transporte set heuretelservice = to_date(sysdate,'dd/mm/yy hh:mi') where numbon = :P7_NUMBON;
commit;"
But it return only te date ...
I execute this process through a button.
Thanks for help