concatenate 2 numeric columns..

Поиск
Список
Период
Сортировка
От Anand Raman
Тема concatenate 2 numeric columns..
Дата
Msg-id 20010125014243.G32124@india-today.com
обсуждение исходный текст
Ответы Re: concatenate 2 numeric columns..  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
hi guys
I wish to concatenate 2 columns of numeric type.. How can it be done..


Earlier i tried using the to_char function but it seems to be crashing
the backend. Any other option will be greatly appreciated..


select to_char(length,'9999D99') || to_char(breadth,'9999D99') from exhibit_distributions

This query seems to be crashing the backend when executed over the
table..  However when constrained using a appropriate where clause it
works..

Any other approach??.

Thanx
Anand


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

Предыдущее
От: Warren Vanichuk
Дата:
Сообщение: Question about migration.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: timestamp usage?