<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Połącznie dwóch kolumn w jedną]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=360&amp;type=atom"/>
	<updated>2009-12-10T12:11:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=360</id>
		<entry>
			<title type="html"><![CDATA[Odp: Połącznie dwóch kolumn w jedną]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1620#p1620"/>
			<content type="html"><![CDATA[problem rozwiązany

[code]Select nazwisko||' '||imie AS nazwa from klienci[/code]]]></content>
			<author>
				<name><![CDATA[buczer]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1025</uri>
			</author>
			<updated>2009-12-10T12:11:38Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1620#p1620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Połącznie dwóch kolumn w jedną]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1618#p1618"/>
			<content type="html"><![CDATA[Witam

czy pg istnieje jakaś funkcja którą mógłbym połaczyć dwie kolumny.
Mam dwie kolumny
 imie|nazwisko
Adam|Kowalski
W wyniku zapytania chce otrzymać te dane w jednej kolumnie Adam Kowalski

W mysql jest funkcja CONCAT_WS.

Pozdrawiam
buczer]]></content>
			<author>
				<name><![CDATA[buczer]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1025</uri>
			</author>
			<updated>2009-12-10T11:57:03Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1618#p1618</id>
		</entry>
</feed>
