Home » SQL & PL/SQL » SQL & PL/SQL » want to display fields using dbms_output.put_line
want to display fields using dbms_output.put_line [message #379390] |
Tue, 06 January 2009 05:26  |
radhavijaym
Messages: 65 Registered: December 2008 Location: singapore
|
Member |
|
|
hi,
i created a procedure
i printing values from a table trough dbms_output.put_line
i want my output to be in this format
custname number partyname
abc 123 ABC
pqr 345 qww
drr 444 ooo
ppp 999 iii
...
i wnat my output to this format
i want header (custname,number,party name ) to display only once .
i m getting output like this
custname number partyname
abc 132 abc
custname number partyname
wewqrwqrewrre 213214 hrioweyro
custname number partyname
wutytrywetre 24325545 lkkewf
im getting like this idont want like this
so please help me how to do this
-
Attachment: Docbnb.pdf
(Size: 357.90KB, Downloaded 1134 times)
[Updated on: Tue, 06 January 2009 05:29] Report message to a moderator
|
|
|
Re: want to display fields using dbms_output.put_line [message #379392 is a reply to message #379390] |
Tue, 06 January 2009 05:30   |
S.Rajaram
Messages: 1027 Registered: October 2006 Location: United Kingdom
|
Senior Member |
|
|
Unfortunately my crystal ball is broken . So I am unable to see the code you are executing. If you don't mind could you post the actual code along with the output and the expected output required. Also please follow the forum guidelines on how to format your post.
Regards
Raj
[Edit: ] If you don't mind could you post it inline rather an attachment.
[Updated on: Tue, 06 January 2009 05:31] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Mon Apr 28 14:42:55 CDT 2025
|