Summary: sysdate() returns a native datetime datatype, it has no format. You can use to_char(sysdate(), ’ mm/dd/yyyy’) to convert a datetime into a string of your format.
Werner Daehn (BOB member since 2004-12-17)
Summary: sysdate() returns a native datetime datatype, it has no format. You can use to_char(sysdate(), ’ mm/dd/yyyy’) to convert a datetime into a string of your format.
Werner Daehn (BOB member since 2004-12-17)