<?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>Johan Känngård &#187; SQL</title>
	<atom:link href="http://johankanngard.net/category/programming/sql-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://johankanngard.net</link>
	<description>Useful tips for developers</description>
	<lastBuildDate>Fri, 06 Aug 2010 13:49:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL Commands Cheat Sheet</title>
		<link>http://johankanngard.net/2008/07/31/mysql-commands-cheat-sheet/</link>
		<comments>http://johankanngard.net/2008/07/31/mysql-commands-cheat-sheet/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:03:48 +0000</pubDate>
		<dc:creator>Johan Känngård</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://johankanngard.net/?p=255</guid>
		<description><![CDATA[Another memory-dump. The manual contains more information (that&#8217;s a surprise :-). mysql> delete from TABLE where id=X Removes the specified row mysql> describe TABLE; Shows the structure of the specified table mysql> select * from TABLE; Shows all rows in the specified table :-O mysql> show procedure status; Shows stored procedures mysql> show table status; [...]]]></description>
			<content:encoded><![CDATA[<p>
Another memory-dump. The <a href="http://dev.mysql.com/doc/#manual">manual</a> contains more information (that&#8217;s a surprise :-).
</p>
<dl>
<dt>mysql> delete from TABLE where id=X</dt>
<dd>Removes the specified row</dd>
<dt>mysql> describe TABLE;</dt>
<dd>Shows the structure of the specified table</dd>
<dt>mysql> select * from TABLE;</dt>
<dd>Shows all rows in the specified table :-O</dd>
<dt>mysql> show procedure status;</dt>
<dd>Shows stored procedures</dd>
<dt>mysql> show table status;</dt>
<dd>Shows tables in current database</dd>
<dt>mysql> use MYDATABASE;</dt>
<dd>Changes the database to act on</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://johankanngard.net/2008/07/31/mysql-commands-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
