Insert character codes in PosgreSQL with SQL command

From: "Sanjin" <sanjin(dot)m(at)SoftHome(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Insert character codes in PosgreSQL with SQL command
Date: 2001-12-13 10:52:24
Message-ID: 9va15h$30kt$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is it possible to insert character/s based on their character codes into
PosgreSQL with some SQL command?

i.e. INSERT INTO target_table VALUES 0x61 0x62 0x63 (values of characters
codes, not characters i.e. 'abc').

Thanks in advance

Sanjin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luis Amigo 2001-12-13 12:35:16 excessive performance difference
Previous Message Bruce Momjian 2001-12-13 10:49:01 Re: [HACKERS] [GENERAL] Using Cursor in PostgreSQL 7.2