Re: [GENERAL] ODBC driver issue

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] ODBC driver issue
Дата
Msg-id 5b02778e-4423-6f7d-a659-0e8602f890d1@hogranch.com
обсуждение исходный текст
Ответ на Re: [GENERAL] ODBC driver issue  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general
On 7/26/2017 9:06 PM, Igor Korot wrote:
> With the char(), is there a "Standard SQL" way to do trimming?


trim(trailing from fieldname)


but really, if you want a variable length string without padding, don't
use CHAR() as a data type.  use VARCHAR or TEXT.


--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: [GENERAL] ODBC driver issue
Следующее
От: Alex Samad
Дата:
Сообщение: [GENERAL] Question about paritioning