Re: [Q] sqlplus
From: Christopher Jones <cjones_at_au.oracle.com>
Date: 1995/10/14
Message-ID: <x7vipszrlx.fsf_at_hurrah.au.oracle.com>#1/1
Date: 1995/10/14
Message-ID: <x7vipszrlx.fsf_at_hurrah.au.oracle.com>#1/1
In article <45lqvk$h5c_at_pss100.psi.ch> rojas_at_pscl01.psi.ch writes:
rojas> Question: when using "compute sum of column" in sqlplus, is it rojas> possible to substitute the "sum" label by another label?
The SQL*Plus 3.2 COMPUTE command has a new LABEL option:
COMP[UTE] [{function [LAB[EL] text]} ... OF {expr|column|alias} ... ON {expr|column|alias|REPORT|ROW} ...]
SQL*Plus 3.2 is available with Oracle7 7.2.
Chris
-- Christopher Jones, cjones_at_au.oracle.comReceived on Sat Oct 14 1995 - 00:00:00 CET