Re: ORDER BY WITH NO PRINT

2004-04-18 Thread Tobias Asplund
On Fri, 26 Mar 2004, Seena Blace wrote: > Select group,hostname,details from table1 order by group; > > I want the output should be like > Group hostname details > aa abababa > abababababab >zzz

Re: ORDER BY WITH NO PRINT

2004-03-30 Thread Seena Blace
Seena Blace <[EMAIL PROTECTED]> wrote:Hello, I want to show outpur like this? Group hostname details aa abababa aa abababababab aa anannanananna bb llololololool bb ssjjsjsjsjjsjsj Select group,hostname,details from table1 order by group; I want the

RE: ORDER BY WITH NO PRINT

2004-03-27 Thread JOHN MEYER
This may sound a little bit off, but what programming language are you using to "print" this. It might be easier to simply use a language like perl to print out the output that you are suggesting. From: Seena Blace <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: ORDER BY WITH NO PRINT Date: