how to suppress heading in the sql output [message #325671] |
Sat, 07 June 2008 08:48 |
kesavansundaram
Messages: 183 Registered: October 2007 Location: MUMBAI
|
Senior Member |
|
|
dear sir,
i have 97 rows in security_table.
when i issue select * from security_table...in the output...
at first colum heading is getting printed...and it is getting printed after 14 rows ( bcos my pagesize is 14 ) ....now i need to suppress this column head repetation...it should get print at once...that is at the extreme top...not in the middle...
if i set pagesize 97 ( set pagesize 97 ) ....it is coming correctly..ie.. at first column is getting printed... and in the middle there is no column....
my question is, suppose, iam having 1 crore records in the table.... so can i set pagesize to 1 crore ?
if not possible, is there any other alternate... ?
we need to print the colum heading at once which should be at top only..
pls guide me
thank you
kesavan.
|
|
|
|
|
|
|
|
|
|
|