<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Dostęp do obiektów kolumnowych]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=403</link>
		<description><![CDATA[Najświeższe odpowiedzi w Dostęp do obiektów kolumnowych.]]></description>
		<lastBuildDate>Thu, 18 Feb 2010 10:10:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1853#p1853</link>
			<description><![CDATA[Dzięki wielkie.]]></description>
			<author><![CDATA[dummy@example.com (MM)]]></author>
			<pubDate>Thu, 18 Feb 2010 10:10:09 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1853#p1853</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1851#p1851</link>
			<description><![CDATA[[code]
select nr from test where (arg).cena>200
[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Tue, 16 Feb 2010 21:49:19 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1851#p1851</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1848#p1848</link>
			<description><![CDATA[SELECT przedmiot FROM test WHERE cena >200;]]></description>
			<author><![CDATA[dummy@example.com (woziu)]]></author>
			<pubDate>Tue, 16 Feb 2010 20:37:40 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1848#p1848</guid>
		</item>
		<item>
			<title><![CDATA[Dostęp do obiektów kolumnowych]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1847#p1847</link>
			<description><![CDATA[W jaki sposób mogę wydobyć z tabeli [b]test[/b] nr przedmiotu którego cena jest > 200 ?

[code]
CREATE TYPE przedmiot AS(
nazwa char(15),
cena integer
);
[/code]

[code]
CREATE TABLE test (nr integer, arg przedmiot);
[/code]

[code]
INSERT INTO test VALUES(1, ('telewizor', 250));
INSERT INTO test VALUES(2, ('radio', 120));
[/code]]]></description>
			<author><![CDATA[dummy@example.com (MM)]]></author>
			<pubDate>Tue, 16 Feb 2010 19:21:06 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1847#p1847</guid>
		</item>
	</channel>
</rss>
