How can i combine two columns

Поиск
Список
Период
Сортировка
От Ville Jungman
Тема How can i combine two columns
Дата
Msg-id F112A4BEnn74lGDrOxH0001410c@hotmail.com
обсуждение исходный текст
Ответы Re: How can i combine two columns  (Peter Childs <blue.dragon@blueyonder.co.uk>)
Список pgsql-novice
hi

how can i combine too cols to one.

col1 | col2
-----+-----
1    | 3
2    | 5

select combine(col1,col2) from table; (or whatever the command will be)
should give something like:

combine
-------
1
3
2
5

ville jungman, ulvilantie 3 b 11, 00350 helsinki, finland
tel. + 358 - 9 - 225 4482 , http://www.kolumbus.fi/vilmak
usko Herraan Jeesukseen, niin sin� pelastut. (apt. 16:31)



_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: locale error
Следующее
От: Peter Childs
Дата:
Сообщение: Re: How can i combine two columns