| From: | gmail Vladimir Koković <vladimir(dot)kokovic(at)gmail(dot)com> |
|---|---|
| To: | Ken Benson <Ken(at)infowerks(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: chr(3) and 3::text |
| Date: | 2020-03-28 13:38:48 |
| Message-ID: | e0537ea4-c3ec-179e-3ff6-2a9eaa45fba3@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
OK,
And what is 3::text ?
On 28.3.20. 14:35, Ken Benson wrote:
>
> *From:* gmail Vladimir Koković <vladimir(dot)kokovic(at)gmail(dot)com>
> *Sent:* Saturday, March 28, 2020 6:22 AM
> *To:* pgsql-novice(at)postgresql(dot)org
> *Subject:* chr(3) and 3::text
>
> Hi,
>
> Why is chr(3) is different than 3::text ?
>
> */[Ken Benson] Chr(3) – means return the character that has the ASCII
> code of “3” – which is a control character./*
>
> https://w3resource.com/PostgreSQL/chr-function.php*//*
>
> Examples:
>
> replace(Filler,chr(3),'') WORKS
>
> replace(Filler3::text,'') WRONG
>
> Vladimir Kokovic, DP senior (69)
> Serbia, Belgrade, March 28, 2020
>
>
>
> Ken Benson | ken @ infowerks-dot-com
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ken Benson | 2020-03-28 14:39:09 | RE: chr(3) and 3::text |
| Previous Message | Ken Benson | 2020-03-28 13:35:28 | RE: chr(3) and 3::text |