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