Re: Removing terminal period from varchar string in table column

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Removing terminal period from varchar string in table column
Дата
Msg-id 8f5b6f90-cbb7-bffc-c15-134dcc6bce4@appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Removing terminal period from varchar string in table column  (Thom Brown <thom@linux.com>)
Ответы Re: Removing terminal period from varchar string in table column
Список pgsql-general
On Tue, 15 Jul 2025, Thom Brown wrote:

> There are various options, but perhaps just use rtrim.
> rtrim(company_name, '.')

Thom,

I looked at rtrim() but didn't see where to specify the table name. Would it
be `select * from table companies rtrim(company_name, '.')'?

Thanks,

Rich



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