mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
f0445dcbc4
> then you try get substr, which consists only of last char in string
> you get all string
>
> For example:
> userbase=> select substr('123456', 6,1) ;
> substr
> ------
> 123456
> (1 row)
>
From Edmund Mergl <E.Mergl@bawue.de>