<?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>Jojo Siao &#187; MySQL</title>
	<atom:link href="http://jojosiao.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://jojosiao.com</link>
	<description>personal blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Querying MySQL tables with Python and MySQLdb</title>
		<link>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/</link>
		<comments>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 13:03:35 +0000</pubDate>
		<dc:creator>jojo siao</dc:creator>
				<category><![CDATA[archived blog posts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldb]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Web programming]]></category>

		<guid isPermaLink="false">http://jojosiao.com/?p=396</guid>
		<description><![CDATA[Previously I made a  blog post regarding installing mod_python. Now I will share with you how to query mysql tables with Python and MySQLdb. Installing MySQLdb If we want to check if mysqldb is already installed, type &#8216;python&#8217; on the commandline and then, type &#8216;import MySQLdb&#8217;. If it does not respond to an error, it [...]]]></description>
		<wfw:commentRss>http://jojosiao.com/2009/07/querying-mysql-tables-with-python-and-mysqldb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A complicated SQL Query needed at work</title>
		<link>http://jojosiao.com/2008/11/a-complicated-sql-query-needed-at-work/</link>
		<comments>http://jojosiao.com/2008/11/a-complicated-sql-query-needed-at-work/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 17:41:34 +0000</pubDate>
		<dc:creator>jojo siao</dc:creator>
				<category><![CDATA[archived blog posts]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jojosiao.com/?p=113</guid>
		<description><![CDATA[There was this cron job that I made that saves daily on-hand quantity of our items/goods, and my boss just needed one of our principal&#8217;s items trade prices with VAT be computed with that data for the month of July this year. On a specific day, I noticed there were duplicate rows saved in the [...]]]></description>
		<wfw:commentRss>http://jojosiao.com/2008/11/a-complicated-sql-query-needed-at-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
