Re: ask syntax sql to get length of field

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: ask syntax sql to get length of field
Дата
Msg-id 20060420152348.GA11024@wolff.to
обсуждение исходный текст
Ответ на ask syntax sql to get length of field  (Mariya Yuniarti <mariya_yuniarti@yahoo.com>)
Список pgsql-sql
On Thu, Apr 20, 2006 at 00:37:08 -0700, Mariya Yuniarti <mariya_yuniarti@yahoo.com> wrote:
> Here Question :
> 
> I have table A with structure :
> 
>         Number         Character(20),
>        Description   Character(50)
> 
> I want to get length of field Number (20)
> 
> What is syntax sql to get length of field ?

Are you looking to get 20 or the length of a particular string in that column?
If you are looking for the maximum length (20), that should be available in
the catalogs. For the string length you can look in the string functions
section of the document. I am not sure whether or not trailing spaces are
counted in char columns. varchar makes more sense if you actually have
variable length strings.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Field length ??
Следующее
От: Frank Bax
Дата:
Сообщение: Re: Field length ??