Re: [SQL] Where is the String Length function? - Mailing list pgsql-sql

From Aleksey Dashevsky
Subject Re: [SQL] Where is the String Length function?
Date
Msg-id Pine.LNX.3.96.SK.980630195312.11328A-100000@kesha.luckynet.co.il
Whole thread Raw
In response to Where is the String Length function?  (Trinh Hoai Nhan <nhan@samart.co.th>)
List pgsql-sql
Try length function:
userbase=> select length(cast ('123456' as text));
length
------
     6
(1 row)


On Tue, 30 Jun 1998, Trinh Hoai Nhan wrote:

> It am a bit ashamed asking this, but I could not find a pgsql function
> that returns length of a text. Would anybody give me an advice?
>
> Thank you in advance.
> Trinh H. Nhan.
>
>


pgsql-sql by date:

Previous
From: Trinh Hoai Nhan
Date:
Subject: Where is the String Length function?
Next
From: "Sergei M. Suntsov"
Date:
Subject: Rowid