Re: Hex Integer Input

Поиск
Список
Период
Сортировка
От Achilleus Mantzios
Тема Re: Hex Integer Input
Дата
Msg-id Pine.LNX.4.44.0303111013170.23176-100000@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Re: Hex Integer Input  (Joe Conway <mail@joeconway.com>)
Список pgsql-sql
On Fri, 7 Mar 2003, Joe Conway wrote:

> 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)

Sure. Thanx.

> 
> 
> Joe
> 

-- 
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: Hex Integer Input
Следующее
От: ObjectZ
Дата:
Сообщение: Re: Execution plan Question