<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - problem z zapytaniem sql]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=126</link>
		<description><![CDATA[Najświeższe odpowiedzi w problem z zapytaniem sql.]]></description>
		<lastBuildDate>Mon, 26 Jan 2009 19:40:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=475#p475</link>
			<description><![CDATA[Można tak powiedziec. Taki Select jak w zapytaniu musi być aliasowany.]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Mon, 26 Jan 2009 19:40:53 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=475#p475</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=474#p474</link>
			<description><![CDATA[wielkie dzięki coś takiego chciałam uzyskać ;]
foo mam rozumieć jako tabelę tymczasową?]]></description>
			<author><![CDATA[dummy@example.com (martka)]]></author>
			<pubDate>Mon, 26 Jan 2009 08:57:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=474#p474</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=469#p469</link>
			<description><![CDATA[To może tak
[code]select foo.*, count(*) as count from (SELECT * from listy_prod where (listy_id,updated) in (select listy_id,max(updated) from listy_prod group by listy_id)) as foo, listy_prod where foo.listy_id=listy_prod.listy_id group by foo.id,foo.listy_id,foo.prod_id,foo.updated,listy_prod.listy_id order by foo.listy_id;[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 23 Jan 2009 22:57:40 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=469#p469</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=465#p465</link>
			<description><![CDATA[dzięki ;]

potrzebuje jeszcze dorzucić count(prod_id) (ile produktow jest na kazdej liscie) do tego zapytania]]></description>
			<author><![CDATA[dummy@example.com (martka)]]></author>
			<pubDate>Mon, 19 Jan 2009 10:22:03 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=465#p465</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=461#p461</link>
			<description><![CDATA[Moze tak
[code]SELECT * from listy_prod where (listy_id,updated) in (select listy_id,max(updated) from listy_prod group by listy_id)[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Mon, 12 Jan 2009 16:42:49 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=461#p461</guid>
		</item>
		<item>
			<title><![CDATA[problem z zapytaniem sql]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=460#p460</link>
			<description><![CDATA[Witam,

mam tabele LISTY_PROD
                    id
                    listy_id
                    prod_id
                    updated
potrzebuje wyciągnąć z niej  ostatnio dodany produkt(prod_id) do każdej listy(listy_id). Jakieś pomysły?

pozdrawiam]]></description>
			<author><![CDATA[dummy@example.com (martka)]]></author>
			<pubDate>Mon, 12 Jan 2009 14:38:58 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=460#p460</guid>
		</item>
	</channel>
</rss>
