I’m currently trying to put the sysdate into the ttitle element of a SQLPlus report, but I can’t quite get the syntax right.
This is what I have to far:
Can anyone help?
ttitle center 'This is my title' skip 2 left -
'prepared by a SQLPlus noob' right -
select sysdate from dual skip 4;
You can use the new_value construct in sqlplus to do this.
Report output