Re: Lenght of a value

From: andrewst <member14183_at_dbforums.com>
Date: Fri, 04 Apr 2003 09:39:17 +0000
Message-ID: <2728779.1049449157_at_dbforums.com>


Originally posted by Kderaedt
> - Is there a where clause available that can count the number of
> characters
> in a field. In other words, only displays the records where the
> number of
> characters is more than 5.
>

Use the LENGTH function

Originally posted by Kderaedt
> - I how a script that dumps data into a file with spool. I'm using a
> marker
> to separate the fields, on of the fields is a varchar of 2000.
> But most of
> the time the number of characters is less than 2000. How can I put
> the
> marker at the last character of this field, an not after the 2000
> characters?
> select WSP_SESSION_TBL.CLIENT_ID,'#',WSP_SESSION_TBL.HEADERS,'# from
> WSP_SESSION_TBL;
>

Concatenate the columns like col1||'#'||col2||'#'

--
Posted via http://dbforums.com
Received on Fri Apr 04 2003 - 11:39:17 CEST

Original text of this message