Re: SELECT of pseudo hex value gives unexpected result

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: SELECT of pseudo hex value gives unexpected result
Дата
Msg-id 20ce81e922adf485fe745f40b1da596de53a4c08.camel@cybertec.at
обсуждение исходный текст
Ответ на SELECT of pseudo hex value gives unexpected result  ("Gunnar \"Nick\" Bluth" <gunnar.bluth@pro-open.de>)
Список pgsql-general
Gunnar "Nick" Bluth wrote:
> Tried
> SELECT 0x5e73266725;
> 
> and received:
> -[ RECORD 1 ]--
> x5e73266725 | 0
> 
> That was not what I expected... is this expected/documented behaviour?

Looks like you don't need a space between a number literal and
the column alias.

I don't see any problem with that.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SELECT of pseudo hex value gives unexpected result
Следующее
От: "Gunnar \"Nick\" Bluth"
Дата:
Сообщение: Re: SELECT of pseudo hex value gives unexpected result