Re: [SQL] Where is the String Length function?

Поиск
Список
Период
Сортировка
От Aleksey Dashevsky
Тема Re: [SQL] Where is the String Length function?
Дата
Msg-id Pine.LNX.3.96.SK.980630195312.11328A-100000@kesha.luckynet.co.il
обсуждение исходный текст
Ответ на Where is the String Length function?  (Trinh Hoai Nhan <nhan@samart.co.th>)
Список 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 по дате отправления:

Предыдущее
От: Trinh Hoai Nhan
Дата:
Сообщение: Where is the String Length function?
Следующее
От: "Sergei M. Suntsov"
Дата:
Сообщение: Rowid