ADSM-L

Re: Sql query for file listings.

2005-03-21 10:31:46
Subject: Re: Sql query for file listings.
From: Ben Bullock <bbullock AT MICRON DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 21 Mar 2005 08:31:24 -0700
        Hmm, I had already tried padding the columns and in the normal
(narrow) mode, it still starts to line-wrap at 18 characters. In wide
mode it then puts it in paragraph mode.

Ben 

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Fred Johanson
Sent: Friday, March 18, 2005 7:18 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Sql query for file listings.

Try 'select node_name as "Node",hl_name
as "Directory                  ", etc.'

The padding in the AS description serves to widen the column for hl_name
(or whatever else).

Fred Johanson