<?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>Lost-In-Code &#187; MySQL</title>
	<atom:link href="http://www.lost-in-code.com/category/programming/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +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>MySQL : ORDER BY numbers</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-order-by-numbers/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/mysql-order-by-numbers/#comments</comments>
		<pubDate>Sat, 09 May 2009 16:09:15 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[mysql ABS]]></category>
		<category><![CDATA[MySQL ORDER BY]]></category>
		<category><![CDATA[mysql order numeric values]]></category>
		<category><![CDATA[MySQL ORDER price]]></category>
		<category><![CDATA[MySQL sort by number]]></category>
		<category><![CDATA[MySQL sort by price]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[numeric]]></category>
		<category><![CDATA[ORDER]]></category>
		<category><![CDATA[ORDER BY]]></category>
		<category><![CDATA[ORDER BY numbers]]></category>
		<category><![CDATA[ORDER BY numeric]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=250</guid>
		<description><![CDATA[In this article I will show you how to order MySQL records by numeric values (numbers, integers &#38; floats) from the smallest to the largest number or the other way around using a MySQL ORDER BY query. A MySQL ORDER BY query with a given field name will order/sort the MySQL records alphabetically for the [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/mysql-order-by-numbers/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>MySQL : Transfer database from server to another server</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:23:47 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/</guid>
		<description><![CDATA[In this article, I will show you how to dump a mysql database from one server to another remote server without having to export and import your SQL structure and data. We&#8217;ll dump a database directly to another empty database on another, remote server. In order to do this, you&#8217;ll need shell access to both [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WordPress Mailing List v2.0</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/</link>
		<comments>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 19:19:32 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[mass mailing]]></category>
		<category><![CDATA[newsletters]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/28/wordpress-mailing-list-v20/</guid>
		<description><![CDATA[The WordPress mailing list plugin v2.0 has been released to the public with a great set of new features. These features include : Multiple mailing lists Email scheduling Newsletter templates Automatic updates indicator Improved sidebar widget with Ajax Post/page opt-in form embedding Email queue CSV and MacOS Address book importing Excel CSV file exporting And [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countries SQL Code</title>
		<link>http://www.lost-in-code.com/programming/mysql/countries-sql-code/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/countries-sql-code/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 04:25:51 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/20/countries-sql-code/</guid>
		<description><![CDATA[I know that I was looking for the necessary SQL code to create a countries table, together with the necessary queries to insert all the available countries into this table, each with a unique ID key. So I decided to create it and I&#8217;m sharing it with the rest of you whom might need it. [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/countries-sql-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL : Check if field exists</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 08:58:57 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/10/mysql-check-if-field-exists/</guid>
		<description><![CDATA[Sometimes, you need to check if a field exists in a table and if it doesn&#8217;t, you need to add it to the table and ensure that its there. Below is a snippet which you can use a reference for checking whether a field/column exists in a MySQL database table. $tableFields = mysql_list_fields&#40;&#34;databasename&#34;, &#34;tablename&#34;&#41;; &#160; [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

