<?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>Zemoon Blog by Vlatko Zdrale &#187; SQL</title>
	<atom:link href="http://blog.zemoon.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zemoon.com</link>
	<description>Web developing Tips&#038;Tricks by Vlatko Zdrale</description>
	<lastBuildDate>Tue, 28 Sep 2010 17:28:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert Excel date format to MySQL date format</title>
		<link>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/</link>
		<comments>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:54:17 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=102</guid>
		<description><![CDATA[If you are trying to upload CSV file into your MySQL database, and that file contains date field, you'll have to convert it first because MySQL will not recognise Excel date format (for English(US) it is m/d/yyyy h:m).
All You have to do is...]]></description>
		<wfw:commentRss>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple MySQL table backup &amp; restore</title>
		<link>http://blog.zemoon.com/simple-mysql-table-backup-restore/</link>
		<comments>http://blog.zemoon.com/simple-mysql-table-backup-restore/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 23:14:20 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/simple-mysql-table-backup-restore/</guid>
		<description><![CDATA[Here is simple MySQL table backup script. You can use it to easily create backup of your MySQL table, so you can play with that table without fear of losing your valuable data. First line will delete table named &#8220;tablename_backup&#8221; (if table with that name exists). Second line will create &#8220;tablename_backup&#8221; table using same structure [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/simple-mysql-table-backup-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export MySQL To Excel better way</title>
		<link>http://blog.zemoon.com/export-mysql-to-excel-better-way/</link>
		<comments>http://blog.zemoon.com/export-mysql-to-excel-better-way/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 20:14:55 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Vlatko Zdrale]]></category>
		<category><![CDATA[Webdeveloper]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/export-mysql-to-excel-better-way/</guid>
		<description><![CDATA[I showed you how to export your MySQL tables to MS Excel file, but that wasn&#8217;t real excel files we were creating. Actually you were getting CSV and HTML files which excel can read. These were textual files, and now I am gonna show you how to create binary excel file: [SOURCE CODE]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/export-mysql-to-excel-better-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to delete duplicate rows when there is no primary key in SQL Server</title>
		<link>http://blog.zemoon.com/how-to-delete-duplicate-rows-when-there-is-no-primary-key-in-sql-server/</link>
		<comments>http://blog.zemoon.com/how-to-delete-duplicate-rows-when-there-is-no-primary-key-in-sql-server/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 20:45:59 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/how-to-delete-duplicate-rows-when-there-is-no-primary-key-in-sql-server/</guid>
		<description><![CDATA[I have to admit that this issue was killing me few weeks ago. Some folks gave me table with no primary key and with some duplicate rows. When I tried to update data in that table SQL Server didn&#8217;t know which record to update and all I was getting was error message. First thing I [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/how-to-delete-duplicate-rows-when-there-is-no-primary-key-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export MySQL to Excel with style using PHP &amp; HTML tables</title>
		<link>http://blog.zemoon.com/export-mysql-to-excel-with-style-using-php-html-tables/</link>
		<comments>http://blog.zemoon.com/export-mysql-to-excel-with-style-using-php-html-tables/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 16:09:55 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/export-mysql-to-excel-with-style-using-php-html-tables/</guid>
		<description><![CDATA[In last post I showed you how to export from mysql to excel using php but result is plain, there is no style at all. Here I will show you how to add some style to your data. Here is simple PHP script you can use to export your data form MySQL table to HTML [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/export-mysql-to-excel-with-style-using-php-html-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export from MySQL to Excel using PHP</title>
		<link>http://blog.zemoon.com/export-from-mysql-to-excel-using-php/</link>
		<comments>http://blog.zemoon.com/export-from-mysql-to-excel-using-php/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 02:04:35 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/export-from-mysql-to-excel-using-php/</guid>
		<description><![CDATA[Did you ever wanted to export data from your MySQL database to some format nongeek people can work with? Here is simple PHP script you can use to export your data form MySQL table to Excel file. (Actually not real Excel XLS file but CSV file which Excel can read) Download]]></description>
		<wfw:commentRss>http://blog.zemoon.com/export-from-mysql-to-excel-using-php/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.276 seconds -->

