如何将 sysdate 放入 Oracle SQLPlus 报告的标题中?
我目前正在尝试将 sysdate 放入 SQLPlus 报告的 ttitle
元素中,但我无法完全理解正确的语法。
这就是我到目前为止所要做的:
任何人都可以帮忙吗?
ttitle center 'This is my title' skip 2 left -
'prepared by a SQLPlus noob' right -
select sysdate from dual skip 4;
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;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 sqlplus 中的 new_value 构造来执行此操作。
报告输出
You can use the new_value construct in sqlplus to do this.
Report output