<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Tworzenie dodatkowej kolumny o okreslonym typie danych w zapytaniu]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=1479&amp;type=atom"/>
	<updated>2013-03-27T11:56:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=1479</id>
		<entry>
			<title type="html"><![CDATA[Odp: Tworzenie dodatkowej kolumny o okreslonym typie danych w zapytaniu]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4121#p4121"/>
			<content type="html"><![CDATA[poszlo
dziekuje:)]]></content>
			<author>
				<name><![CDATA[KotonPL]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1529</uri>
			</author>
			<updated>2013-03-27T11:56:11Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4121#p4121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Tworzenie dodatkowej kolumny o okreslonym typie danych w zapytaniu]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4120#p4120"/>
			<content type="html"><![CDATA[Zrób tak
select kolumna1, kolumna2, NULL::integer AS kotonpl
from tabela]]></content>
			<author>
				<name><![CDATA[c_michal]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=627</uri>
			</author>
			<updated>2013-03-27T11:52:37Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4120#p4120</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Tworzenie dodatkowej kolumny o okreslonym typie danych w zapytaniu]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4119#p4119"/>
			<content type="html"><![CDATA[mam cos takiego

select kolumna1, kolumna2, NULL AS kotonpl
from tabela

gdzie umiescic typ danych, bo w powyzszym zapytaniu tworzy sie kolumna z typem danych unknown?

dziekuje za odpowiedz:)]]></content>
			<author>
				<name><![CDATA[KotonPL]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1529</uri>
			</author>
			<updated>2013-03-27T11:39:05Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4119#p4119</id>
		</entry>
</feed>
