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
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
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: