Hello
PostgreSQL doesn't support charindex function, but it has similar
functions position(substring in string) or strpos(string, substring)
file:///home/pavel/src/pgsql/doc/src/sgml/functions-string.html
Regards
Pavel Stehule
On 07/04/2008, shiguoying <shiguoying(at)yeah(dot)net> wrote:
>
>
>
> hello:
> In my project ,i want to test which is more effective between 'like'
> and charindex .but i can't find it in postgresql.Could you help find it like
> this.
> thanx
>
> eagle from china
>