| From: | Ramesh T <rameshparnanditech(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: instr detail |
| Date: | 2015-07-30 14:08:39 |
| Message-ID: | CAK8Zd=uypdLtAxZwFRfYgeC0Y14EYduDy0aUprScoWi-XHkOFg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
select position('.' in '.T.homas')
result
--------
1
it returns first postion.but I need last occurence of ' . ' .
actual result
------
3
any help..?appreciated.
On Thu, Jul 30, 2015 at 5:00 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Melvin Davidson <melvin6925(at)gmail(dot)com> writes:
> > Based om the definition of Oracle instr(), the equivalent PostgreSQL
> > function would be
> > position(substring in string).
>
> See http://www.postgresql.org/docs/9.4/static/plpgsql-porting.html
> particularly the "appendix" at the bottom. I'm not sure that code
> is still the best way to do it (it's very old), but it's there.
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2015-07-30 14:09:13 | Re: user connection not recorded? |
| Previous Message | Renato Oliveira | 2015-07-30 13:57:07 | Re: How Many PG_Locks are considered too many |