Re: Hex Integer Input - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: Hex Integer Input
Date
Msg-id Pine.LNX.4.44.0303111013170.23176-100000@matrix.gatewaynet.com
Whole thread Raw
In response to Re: Hex Integer Input  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: Hex Integer Input
Next
From: ObjectZ
Date:
Subject: Re: Execution plan Question