Re: Insert character codes in PosgreSQL with SQL command - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Insert character codes in PosgreSQL with SQL command
Date
Msg-id 20011214062353.R11758-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Insert character codes in PosgreSQL with SQL command  ("Sanjin" <sanjin.m@SoftHome.net>)
List pgsql-general
On Thu, 13 Dec 2001, Sanjin wrote:

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

There should be a chr() function that gives back the character with a
given code.


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [CORE] report a bug
Next
From: Stephan Szabo
Date:
Subject: Re: alias question