<?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: The MySQL SET Datatype</title>
	<atom:link href="http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbmysql.com</link>
	<description>The Site for VB and MySQL</description>
	<lastBuildDate>Tue, 09 Mar 2010 05:39:21 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg39</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-27267</link>
		<dc:creator>Greg39</dc:creator>
		<pubDate>Wed, 20 May 2009 18:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-27267</guid>
		<description>Good article!, found these while i was looking too

http://www.examplenow.com/mysql/set

Greg</description>
		<content:encoded><![CDATA[<p>Good article!, found these while i was looking too</p>
<p><a href="http://www.examplenow.com/mysql/set" rel="nofollow">http://www.examplenow.com/mysql/set</a></p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wladimir F</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-16669</link>
		<dc:creator>Wladimir F</dc:creator>
		<pubDate>Mon, 02 Jun 2008 02:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-16669</guid>
		<description>One of the features you learn about in some schools, but never get to apply it! You&#039;re a lifesaver. Thanks for this great article.</description>
		<content:encoded><![CDATA[<p>One of the features you learn about in some schools, but never get to apply it! You&#8217;re a lifesaver. Thanks for this great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aureline Quatrehomme</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-9312</link>
		<dc:creator>Aureline Quatrehomme</dc:creator>
		<pubDate>Thu, 26 Jul 2007 09:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-9312</guid>
		<description>To Doug Dosdall : I had the same problem as you because I left a space between the coma and the next item of the set.
In order to work, your insert must be like &quot;travel,sports,dancing&quot; and not &quot;travel, sports, dancing&quot;.</description>
		<content:encoded><![CDATA[<p>To Doug Dosdall : I had the same problem as you because I left a space between the coma and the next item of the set.<br />
In order to work, your insert must be like &#8220;travel,sports,dancing&#8221; and not &#8220;travel, sports, dancing&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Dosdall</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-6564</link>
		<dc:creator>Doug Dosdall</dc:creator>
		<pubDate>Sat, 16 Jun 2007 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-6564</guid>
		<description>Oh, I forgot to say I&#039;m doing the import via phpMyAdmin so it may be an issue with that program rather than mySQL...</description>
		<content:encoded><![CDATA[<p>Oh, I forgot to say I&#8217;m doing the import via phpMyAdmin so it may be an issue with that program rather than mySQL&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Dosdall</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-6562</link>
		<dc:creator>Doug Dosdall</dc:creator>
		<pubDate>Sat, 16 Jun 2007 22:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-6562</guid>
		<description>Hi--Thanks for the article. Good to understand this! There&#039;s one thing I&#039;m having a little bit of trouble with is that I would like to create my table initially in MS Excel, save it as CSV and then import it into MySQL. But when I have a column like Interests with a cell value like &quot;travel, sports, dancing&quot;, MySQL just sets the value of Interests to &quot;travel&quot;, ignoring the rest of the list. 

Any ideas on how to format the CSV file so that MySQL will import it properly (without, hopefully, having to type in the numeric value for the interests combo).

This is what the first 2 rows (header + 1st data row) of my CSV look like now (with the set column actually named features and the value I want being &quot;waterfront, pool, titled&quot;):

listing_id,listing_type,general_area,land_size,asking_price,primary_photo,num_photos,descrip_en,descrip_es,map_id,features,agent,agent_listing_ref
1,Hotel,Cahuita,2598.53,725000,1,13,Unique impeccable hotel for sale in Cahuita.  This place has been nurtured with lots of love and now the owners would like to sell it to the special people who would like to carry on with the gentle spirit of the place.  Rare:  titled property 100 meters from the beach!  Excellent  reviews from all major guidebooks. Manicured gardens; outstanding construction; excellent maintenance; good revenues. ,,,&quot;waterfront, pool, titled&quot;,patricia,TDCA001

Thanks, Doug.</description>
		<content:encoded><![CDATA[<p>Hi&#8211;Thanks for the article. Good to understand this! There&#8217;s one thing I&#8217;m having a little bit of trouble with is that I would like to create my table initially in MS Excel, save it as CSV and then import it into MySQL. But when I have a column like Interests with a cell value like &#8220;travel, sports, dancing&#8221;, MySQL just sets the value of Interests to &#8220;travel&#8221;, ignoring the rest of the list. </p>
<p>Any ideas on how to format the CSV file so that MySQL will import it properly (without, hopefully, having to type in the numeric value for the interests combo).</p>
<p>This is what the first 2 rows (header + 1st data row) of my CSV look like now (with the set column actually named features and the value I want being &#8220;waterfront, pool, titled&#8221;):</p>
<p>listing_id,listing_type,general_area,land_size,asking_price,primary_photo,num_photos,descrip_en,descrip_es,map_id,features,agent,agent_listing_ref<br />
1,Hotel,Cahuita,2598.53,725000,1,13,Unique impeccable hotel for sale in Cahuita.  This place has been nurtured with lots of love and now the owners would like to sell it to the special people who would like to carry on with the gentle spirit of the place.  Rare:  titled property 100 meters from the beach!  Excellent  reviews from all major guidebooks. Manicured gardens; outstanding construction; excellent maintenance; good revenues. ,,,&#8221;waterfront, pool, titled&#8221;,patricia,TDCA001</p>
<p>Thanks, Doug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin hoffmann</title>
		<link>http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/comment-page-1#comment-2646</link>
		<dc:creator>martin hoffmann</dc:creator>
		<pubDate>Tue, 27 Mar 2007 19:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/mysql/the-mysql-set-datatype/#comment-2646</guid>
		<description>finally someone who spend some time to explain this interesting datatype SET I was long time looking for, thanks a lot!</description>
		<content:encoded><![CDATA[<p>finally someone who spend some time to explain this interesting datatype SET I was long time looking for, thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
