Urgent!!!!!!!!pls help [message #88175] |
Wed, 24 April 2002 10:10 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Lipi
Messages: 4 Registered: March 2002
|
Junior Member |
|
|
hi,
i wanna add few blank columns in my report not summary/placeholder column. how can i do that? any body can help me?
thax
|
|
|
Re: Urgent!!!!!!!!pls help [message #88176 is a reply to message #88175] |
Fri, 26 April 2002 01:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Suraj
Messages: 38 Registered: April 2002
|
Member |
|
|
If u want 2 use only blank column, then u can select null from the table.
eg :-
select null from < tablename >;
I hope this will solve ur problem
suraj
|
|
|
Re: Urgent!!!!!!!!pls help [message #88180 is a reply to message #88175] |
Fri, 26 April 2002 02:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
vinod srinivasan
Messages: 7 Registered: October 2001
|
Junior Member |
|
|
If u want to add a blank field,
There are 2 ways:
1) Create a character formula column and return ' '
2) In your query text use decode function to decode all the values of a column to ' '
Hope this serve your purpose
Regards,
vinod
|
|
|