My functions looks as below, but it does not work. I can't really figure out what. Tried to return "sysdate" as well, help would be much appreciated.
I want it to display hours, minutes and seconds, not just a date!
create or replace function get_date
return date
is
begin
return sysdate('YYYY-MM-DD: HH24:MI:SS') + 7;
end;
/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…