<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Dostęp do obiektów kolumnowych]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=403&amp;type=atom"/>
	<updated>2010-02-18T10:10:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=403</id>
		<entry>
			<title type="html"><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1853#p1853"/>
			<content type="html"><![CDATA[Dzięki wielkie.]]></content>
			<author>
				<name><![CDATA[MM]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1066</uri>
			</author>
			<updated>2010-02-18T10:10:09Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1853#p1853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1851#p1851"/>
			<content type="html"><![CDATA[[code]
select nr from test where (arg).cena>200
[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-02-16T21:49:19Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1851#p1851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Dostęp do obiektów kolumnowych]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1848#p1848"/>
			<content type="html"><![CDATA[SELECT przedmiot FROM test WHERE cena >200;]]></content>
			<author>
				<name><![CDATA[woziu]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=64</uri>
			</author>
			<updated>2010-02-16T20:37:40Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1848#p1848</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Dostęp do obiektów kolumnowych]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1847#p1847"/>
			<content type="html"><![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]]]></content>
			<author>
				<name><![CDATA[MM]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1066</uri>
			</author>
			<updated>2010-02-16T19:21:06Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1847#p1847</id>
		</entry>
</feed>
