<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Selecting into a CSV file in MySQL</title>
	<atom:link href="http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/</link>
	<description>stuff and things, according to Mike Morgan</description>
	<lastBuildDate>Fri, 05 Mar 2010 22:04:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy Orem</title>
		<link>http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/comment-page-1/#comment-221518</link>
		<dc:creator>Jeremy Orem</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/#comment-221518</guid>
		<description>Another options is just:

mysqldump database --fields-terminated-by=&#039;,&#039; --fields-optionally-enclosed-by=&#039;&quot;&#039; -T /tmp</description>
		<content:encoded><![CDATA[<p>Another options is just:</p>
<p>mysqldump database &#8211;fields-terminated-by=&#8217;,&#8217; &#8211;fields-optionally-enclosed-by=&#8217;&#8221;&#8216; -T /tmp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Plush</title>
		<link>http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/comment-page-1/#comment-47177</link>
		<dc:creator>Jim Plush</dc:creator>
		<pubDate>Thu, 17 May 2007 22:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/#comment-47177</guid>
		<description>thats pretty much why I have a blog. So I can write out things I&#039;m doing knowing I&#039;ll revisit them later. Can&#039;t even remember how many times I&#039;ve looked up my own socket or mail tutorials. lol</description>
		<content:encoded><![CDATA[<p>thats pretty much why I have a blog. So I can write out things I&#8217;m doing knowing I&#8217;ll revisit them later. Can&#8217;t even remember how many times I&#8217;ve looked up my own socket or mail tutorials. lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/comment-page-1/#comment-46907</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 16 May 2007 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/2007/05/16/selecting-into-a-csv-file-in-mysql/#comment-46907</guid>
		<description>With sqlite you can create csv just by setting the mode.

.mode csv
select list,items from table where a &lt;b&gt;&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>With sqlite you can create csv just by setting the mode.</p>
<p>.mode csv<br />
select list,items from table where a <b></b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
