Re: Insert character codes in PosgreSQL with SQL command

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Insert character codes in PosgreSQL with SQL command
Дата
Msg-id 20011214062353.R11758-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Insert character codes in PosgreSQL with SQL command  ("Sanjin" <sanjin.m@SoftHome.net>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [CORE] report a bug
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: alias question