<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>imitatio creatio &#187; sql</title>
	<atom:link href="http://filip.rembialkowski.net/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://filip.rembialkowski.net</link>
	<description>co we łbie piszczy</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>czego _nie_ robić z bazami danych</title>
		<link>http://filip.rembialkowski.net/czego-_nie_-robic-z-bazami-danych/</link>
		<comments>http://filip.rembialkowski.net/czego-_nie_-robic-z-bazami-danych/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 12:56:50 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[bazy danych]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=262</guid>
		<description><![CDATA[Stare ale jare:
10 Things You Shouldn't Do with SQL Server (Data Access Developer "Don'ts").
Dotyczy .NET i MS SQL ale większość opisanych problemów jest niezależne od konkretnego produktu.
]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/czego-_nie_-robic-z-bazami-danych/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>column number as column alias in postgres</title>
		<link>http://filip.rembialkowski.net/column-number-as-column-alias-in-postgres/</link>
		<comments>http://filip.rembialkowski.net/column-number-as-column-alias-in-postgres/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:21:30 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=159</guid>
		<description><![CDATA[I have seen such queries many times:

SELECT foo, bar, (some long and complicated SQL subexpression), count(*)
FROM somewhere
GROUP BY foo,bar, (some long and complicated SQL subexpression)
ORDER BY count(*) DESC

This has some drawbacks:

 you have to repeat exactly the same expression two times, which makes query longer
 it is easier to make a mistake while editing the [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/column-number-as-column-alias-in-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL przyszłości</title>
		<link>http://filip.rembialkowski.net/sql-przyszlosci/</link>
		<comments>http://filip.rembialkowski.net/sql-przyszlosci/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 09:26:55 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[bazy danych]]></category>
		<category><![CDATA[język]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/sql-przyszlosci/</guid>
		<description><![CDATA[Funkcje odpytywania tekstów w standardzie SQL
Ponieważ w pracy zajmuję się ostatnio trochę wyszukiwaniem pełnotekstowym (zwłaszcza dodatkiem tsearch2 do PostgreSQL), zastanawiałem się, czy doczekamy się kiedyś powszechnego standardu SQL dla odpytywania tekstów. 
Tak żeby znający SQL człowiek, który podchodzi do swojego pięknego nowiutkiego "wypasionego" serwera nie musiał się zastanawiać co napisać, aby zmusić go do czarnej [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/sql-przyszlosci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
