Concatenation Snafu

Поиск
Список
Период
Сортировка
От Thomas Good
Тема Concatenation Snafu
Дата
Msg-id Pine.LNX.4.44.0303251726580.23371-100000@q8.nrnet.org
обсуждение исходный текст
Список pgsql-sql
SELECT code || ' ' || diag, code
FROM dsm4
WHERE axis = 1
ORDER BY code;

This worked on 6.3-7.3.1 now it dies with:
'unable to identify an operator || for types 'character' and 'character
varying'

What happened?????

-----------------------------------------------------------------------
Thomas Good                                  e-mail: tomg@sqlclinic.net
Programmer/Analyst                           phone:   (+1) 718.818.5528
Residential Services                         fax:     (+1) 718.818.5056
Behavioral Health Services, SVCMC-NY         mobile:  (+1) 917.282.7359

// Krieg ist selbst Terror - F�r Frieden und globale Gerechtigkeit!



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

Предыдущее
От: patrick
Дата:
Сообщение: Re: Insert race hazard condition.
Следующее
От: "Chad Thompson"
Дата:
Сообщение: Re: Concatenation Snafu