How to determine the type of a column

Поиск
Список
Период
Сортировка
От Ville Jungman
Тема How to determine the type of a column
Дата
Msg-id F102bSrkCaldMhxuwPQ0001c5a4@hotmail.com
обсуждение исходный текст
Ответы Re: How to determine the type of a column
Список pgsql-novice
Hi!

1. create table t (i varchar(255))
2. select ______(i) from t; #(Should return "varchar(255)")

So what should I write to ______ to return "varchar(255)"

ville jungman, ulvilantie 3 b 11, 00350 helsinki, finland
tel. + 358 - 9 - 225 4482 , http://www.kolumbus.fi/vilmak
usko Herraan Jeesukseen, niin sin� pelastut. (apt. 16:31)


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Option 'xactisolevel' is not recognized (???)
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: How to determine the type of a column