<?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>Srijith Unplugged &#187; select</title>
	<atom:link href="http://blog.sriunplugged.com/tag/select/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sriunplugged.com</link>
	<description>The place where I share my experiments on my computer</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Display row number in Mysql Select Query</title>
		<link>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/</link>
		<comments>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 22:54:07 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[row number]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=168</guid>
		<description><![CDATA[Tweet How many times did want to have the row number or the position of the row in the selected query? I had many cases where I needed this feature. I needed the feature for printing the rank of a person where each row is the mark of the person. So lets see how to [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a table like another table or from a select query</title>
		<link>http://blog.sriunplugged.com/mysql/create-table-table-select-query/</link>
		<comments>http://blog.sriunplugged.com/mysql/create-table-table-select-query/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 06:32:25 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[similar]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=163</guid>
		<description><![CDATA[Tweet There are some cases where we need to create a table similar or exactly same as another table. The easiest and best way is use create table along with additional parameters. We can create a table similar to another table without data and with data. Create a similar table without the data from the [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/create-table-table-select-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate Date from a range in Mysql and pad the results where no date is present</title>
		<link>http://blog.sriunplugged.com/mysql/generate-date-range/</link>
		<comments>http://blog.sriunplugged.com/mysql/generate-date-range/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 10:35:03 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[Generate Date]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[union]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=299</guid>
		<description><![CDATA[Tweet If you want to generate dates, MYSQL doesn&#8217;t have a range function, so I wrote a work around for the same. So how  it works is I have reused a code to generate numbers from my previous post. So I added date function to that query and reduce the generated numbers from the date. [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/generate-date-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate 1 to 1000 in mysql</title>
		<link>http://blog.sriunplugged.com/mysql/1-1000-mysql/</link>
		<comments>http://blog.sriunplugged.com/mysql/1-1000-mysql/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 09:24:11 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[union]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=285</guid>
		<description><![CDATA[Tweet Sometimes its necessary to have thousand rows to join or generate new values, we need to get the thousand rows first. For this I used union of numbers 0-9.  I have joined four of these to get to four digit values. So here is the code: This code displays numbers from 1 to 10000. [...]]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/1-1000-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

