Re: help ! Is having likely function charindex of mssql in postgresql?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: help ! Is having likely function charindex of mssql in postgresql?
Дата
Msg-id 162867790804072252h7f1e0016t24a721f93e79aaf1@mail.gmail.com
обсуждение исходный текст
Ответ на help ! Is having likely function charindex of mssql in postgresql?  (shiguoying <shiguoying@yeah.net>)
Ответы Re: help ! Is having likely function charindex of mssql in postgresql?  ("Selena Deckelmann" <selenamarie@gmail.com>)
Список pgsql-advocacy
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@yeah.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
>

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: shiguoying
Дата:
Сообщение: help ! Is having likely function charindex of mssql in postgresql?
Следующее
От: "Selena Deckelmann"
Дата:
Сообщение: Re: help ! Is having likely function charindex of mssql in postgresql?