Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Inverse de to_hex ?



+-le 05.09.2007 15:05:48 +0200, Jean-Christophe Arnu a dit :
| Bonjour,
| Un simple integer('0x'||ma_variable) doit suffire non?

=> select integer('0xABCDE');
ERROR:  syntax error at or near "(" at character 15
LINE 1: select integer('0xABCDE');
=> select '0xABCDE'::integer;
ERROR:  invalid input syntax for integer: "0xABCDE"

j'pense pas, non.

(Je n'ai pas de solution cela dit.)

-- 
Mathieu Arnold



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group