Re: Hex Integer Input

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Hex Integer Input
Дата
Msg-id 3E68CDF0.4040302@joeconway.com
обсуждение исходный текст
Ответ на Hex Integer Input  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: Hex Integer Input  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
Achilleus Mantzios wrote:
> Hi, is there a way to enter integer data by their HEX
> representation??
> 

Is this what you want?

regression=# select x'ffff'::int4; int4
------- 65535
(1 row)


Joe



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

Предыдущее
От: Mark Mitchell
Дата:
Сообщение: Re: Underscores in column names
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Underscores in column names