sql plus report format problem [message #245417] |
Sat, 16 June 2007 16:53 |
NIckman
Messages: 64 Registered: May 2007
|
Member |
|
|
Hi
I am running sql select query send the results into excel.
My column are name,status,begin,end
i need the output like this. no space betwwen column output
name has varchar 200 in table def
satus has varchar 50
like that.
i need output should be like this
aaaaaaa,bbbbb,ccc,ddd
bbbb,zzz,xxx,yy
vvvvvvvvv,jjjjjjjjjjj,lllllll
i used colsep ","
still i am gettin spaces between columns
pl help
thx, N.
|
|
|
|
Re: sql plus report format problem [message #245471 is a reply to message #245418] |
Sun, 17 June 2007 15:26 |
NIckman
Messages: 64 Registered: May 2007
|
Member |
|
|
Thanks for your reply.
I have sql terminator ";" this symbol
yes i have trailing spaces.
i am sorry i want output like his
aaaaaa;bbb;bbbb;
zzzzzzzzzzz;bbbbbbb;mmmmm;
zz;yy;iiiiiiiiiiiiiiiiiiiiiiii
that means i have to sue colsep ";".
change the sql terminator from ; to some thisng else.
is this corect
thx
N.
|
|
|
|
|
|