update questsion

Поиск
Список
Период
Сортировка
От Donald Braman
Тема update questsion
Дата
Msg-id NEBBIEDPCOLBEHHPHCIMEEGMECAA.donald.braman@yale.edu
обсуждение исходный текст
Ответы Re: update questsion
Список pgsql-novice
I'm trying to update a column to it's orignal contents plus a space plus the
contents of another column.

UPDATE cases
SET citation = citation + ' ' + text(year);

(citation is text type and year is char type, hence the use of text()
function)
I get: Unable to identify an operator '+' for types 'text' and 'unknown'
I can't find any documentation on how to this sort of thing, so any help is
appreciated. -Don


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

Предыдущее
От: Allen.Kimberly@epamail.epa.gov
Дата:
Сообщение: postgres 6.5.2 questions
Следующее
От: ERIC Lawson - x52010
Дата:
Сообщение: Re: update questsion