Re: How is the right query for this condition ?

Поиск
Список
Период
Сортировка
От Bino Oetomo
Тема Re: How is the right query for this condition ?
Дата
Msg-id 4B0A14FA.6060608@indoakses-online.com
обсуждение исходный текст
Ответ на Re: How is the right query for this condition ?  (Brian Modra <epailty@googlemail.com>)
Список pgsql-general
Dear Sir
Brian Modra wrote:
> You can use a plpgsql to do that e.g.
>
> create or replace function getMatchingRecord(vseek text)
> returns text as $$
> declare
>  str text;
>  len integer;
>  ret text;
>
...

I Just try your solution , and it's work like a charm

Thankyou for your enlightment

Sincerely
-bino-

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Updating column on row update
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Updating column on row update