<?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>Adil&#039;s blog &#187; Database</title>
	<atom:link href="http://adil.az/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://adil.az</link>
	<description>Blog about web-development.</description>
	<lastBuildDate>Sun, 25 Dec 2011 15:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Subqueries in MySQL</title>
		<link>http://adil.az/database/98/</link>
		<comments>http://adil.az/database/98/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 11:25:36 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nested queries]]></category>
		<category><![CDATA[nested sql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://adil.az/?p=98</guid>
		<description><![CDATA[<a href="http://adil.az/database/98/" title="Subqueries in MySQL"></a><a href="http://adil.az/database/98/" title="Subqueries in MySQL"></a>MySQL has an interesting feature called subquery. It lets you to use SELECT statement within another query. Imagine you have two tables named countries and capitals you want select capital names and country names without join statement. The tables are &#8230;<p class="read-more"><a href="http://adil.az/database/98/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/database/98/' addthis:title='Subqueries in MySQL ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/database/98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular expressions in SQL queries</title>
		<link>http://adil.az/tips-tricks/regular-expressions-in-sql-queries/</link>
		<comments>http://adil.az/tips-tricks/regular-expressions-in-sql-queries/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:06:54 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://adil.az/?p=47</guid>
		<description><![CDATA[<a href="http://adil.az/tips-tricks/regular-expressions-in-sql-queries/" title="Regular expressions in SQL queries"></a><a href="http://adil.az/tips-tricks/regular-expressions-in-sql-queries/" title="Regular expressions in SQL queries"></a>Regular expressions are useful for parsing string, matching patterns, validating etc. If we talk about strings so, I think it&#8217;s good idea using it in SQL queries. Let we have table users: mysql&#62; SELECT * FROM users; +----+-----------+----------+----------------------+ &#124; id &#8230;<p class="read-more"><a href="http://adil.az/tips-tricks/regular-expressions-in-sql-queries/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/tips-tricks/regular-expressions-in-sql-queries/' addthis:title='Regular expressions in SQL queries ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/tips-tricks/regular-expressions-in-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

