Re: Regex help again (sorry, I am bad at these)

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Regex help again (sorry, I am bad at these)
Дата
Msg-id CAKFQuway=4hU-P5+hziutH7s-p2ox9f=oBDw4JFwpVH330kRBQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Regex help again (sorry, I am bad at these)  (Melvin Davidson <melvin6925@gmail.com>)
Ответы Re: Regex help again (sorry, I am bad at these)  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
On Mon, Dec 28, 2015 at 12:25 PM, Melvin Davidson <melvin6925@gmail.com> wrote:
Will this work?

UPDATE your_table
   SET your_column = REPLACE (your_column, 'HVACR1114_LAB_13A.pdf', '&file=HVACR1114_LAB_13A.pdf')
 WHERE <whatever_expression is needed>;

Your mileage may vary because you have not stated your VERSION of PostgreSQL or your O/S.


​What part of your solution is version or O/S dependent?

David J.
 

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Regex help again (sorry, I am bad at these)
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Regex help again (sorry, I am bad at these)