Oracle SQLPlus:计算多列总和时的下划线格式
我正在计算同一中断上的多个列的总和,但输出仅在最后一条记录和单个列的列总计之间显示破折号 (-) 下划线...并且它似乎始终是第二列正在计算总和。是否有原因以及将下划线格式应用于所有列的方法?
任何帮助将不胜感激。谢谢。
I am computing the sum of multiple columns on the same break, but the output only displays a dash (-) underline between the last record and the column totals for a single column only...and it appears to always be the second column upon which the sums are being computed. Is there a reason for this and a way to apply the underline format to all columns?
Any assistance would be greatly appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我在 SQL*Plus 11.2 即时客户端中针对 10g 数据库得到的结果(我已经删除了一些详细信息行,因此总和实际上并不匹配)。
如果您的结果不匹配,我建议您发布更多详细信息(客户端版本、表和查询版本、示例输出...)
This is what I get in SQL*Plus 11.2 instant client against a 10g database (I've trimmed out some detail lines, so the sums won't actually match).
If your results don't match, I suggest you post more details (client version, table and query versions, sample output...)