Re: SQL PLUS...SHORT EASY QUESTION
From: DRathbun <drathbun_at_aol.com>
Date: 1995/06/12
Message-ID: <3rij2f$f3_at_newsbf02.news.aol.com>#1/1
Date: 1995/06/12
Message-ID: <3rij2f$f3_at_newsbf02.news.aol.com>#1/1
In article <3rhshi$8hl_at_cville-srv.wam.umd.edu>, beefstew_at_wam.umd.edu (T.J. Klevinsky) writes:
>I am using SQL Plus, The one problem I have is using Break and COmpute
>statements. I'd like to use these commands without the lines they
>create after the break or compute. Is there a way to turn off this
>formatting?
break on bc1
compute sum of sum_col on bc1
column bc1 noprint
Select break_col bc1, break_col bc2, sum_col from foo
Hope this helps!
Dave Rathbun
DRathbun_at_AOL.com
"This line is umop apisdn" Received on Mon Jun 12 1995 - 00:00:00 CEST