mirror of https://github.com/postgres/postgres
> 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>
REL6_4
parent
fc7950993d
commit
f0445dcbc4
Loading…
Reference in new issue