Re: sql by length of data

Поиск
Список
Период
Сортировка
От Andreas Scherbaum
Тема Re: sql by length of data
Дата
Msg-id 3C9895D0.6FF133FE@htl.de
обсуждение исходный текст
Ответ на sql by length of data  ("Kristopher Yates" <kris@grinz.com>)
Список pgsql-admin
Kristopher Yates wrote:
>
> select a, b, c where length(a=2);
>
> How do you do this?  I couldn't find a postgres command for this kind of
> call.

SELECT a, b, c FROM table WHERE LENGTH(a) = 2;


best regards

--
                                  Andreas 'ads' Scherbaum

В списке pgsql-admin по дате отправления:

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Btree index extension question
Следующее
От: Naomi Walker
Дата:
Сообщение: Re: pg_dump max file size exceeded