ADSM-L

Re: select formatting

2002-05-30 14:00:30
Subject: Re: select formatting
From: Bill Boyer <bill.boyer AT VERIZON DOT NET>
Date: Thu, 30 May 2002 13:58:31 -0400
Use the CAST() SQL command.

select cast(node_name as char(15)) as "Node Name" from nodes.

But won't it still wrap based on SQLDISPLAYMODE?

Bill Boyer
DSS, Inc.

<Prev in Thread] Current Thread [Next in Thread>