<?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: Once upon a timestamp(milliseconds)&#8230;.</title>
	<atom:link href="http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/</link>
	<description>Because Sharing is Caring</description>
	<lastBuildDate>Thu, 12 Apr 2012 12:35:55 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-1330</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 22 Nov 2011 18:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-1330</guid>
		<description>I love it when MySQL people write like this. Plus it was helpful &lt;3

Kinda reminds me of this article http://dev.mysql.com/tech-resources/articles/wizard/index.html</description>
		<content:encoded><![CDATA[<p>I love it when MySQL people write like this. Plus it was helpful &lt;3</p>
<p>Kinda reminds me of this article <a href="http://dev.mysql.com/tech-resources/articles/wizard/index.html" rel="nofollow">http://dev.mysql.com/tech-resources/articles/wizard/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Cassar</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-1264</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Sat, 03 Sep 2011 16:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-1264</guid>
		<description>It still applied Jon.
What are you using?

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3154
Server version: 5.5.13 MySQL Community Server (GPL)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the current input statement.

mysql Sat Sep  3 09:08:23 2011 &gt; select timestamp(&#039;20081223094234.572&#039;);
+---------------------------------+
&#124; timestamp(&#039;20081223094234.572&#039;) &#124;
+---------------------------------+
&#124; 2008-12-23 09:42:34.572000      &#124;
+---------------------------------+
1 row in set (0.00 sec)

mysql Sat Sep  3 09:08:51 2011 &gt; show variables like &#039;sql_mode&#039;;
+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
&#124; Variable_name &#124; Value                                                                                                                                                &#124;
+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
&#124; sql_mode      &#124; STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION &#124;
+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.02 sec)

mysql Sat Sep  3 09:08:55 2011 &gt;</description>
		<content:encoded><![CDATA[<p>It still applied Jon.<br />
What are you using?</p>
<p>Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 3154<br />
Server version: 5.5.13 MySQL Community Server (GPL)</p>
<p>Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.</p>
<p>Oracle is a registered trademark of Oracle Corporation and/or its<br />
affiliates. Other names may be trademarks of their respective<br />
owners.</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the current input statement.</p>
<p>mysql Sat Sep  3 09:08:23 2011 &gt; select timestamp(&#8217;20081223094234.572&#8242;);<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| timestamp(&#8217;20081223094234.572&#8242;) |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| 2008-12-23 09:42:34.572000      |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
1 row in set (0.00 sec)</p>
<p>mysql Sat Sep  3 09:08:51 2011 &gt; show variables like &#8216;sql_mode&#8217;;<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| Variable_name | Value                                                                                                                                                |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| sql_mode      | STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
1 row in set (0.02 sec)</p>
<p>mysql Sat Sep  3 09:08:55 2011 &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-1263</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 03 Sep 2011 14:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-1263</guid>
		<description>I don&#039;t believe this works anymore in MySQL 5+.  I&#039;ve tried numerous variations and they all break.  It appears that timestamp needs a special format as the input.

For instance, even this fails:

select timestamp(&#039;20081223094234.572&#039;)

I keep getting &quot;Input string was not in a correct format&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe this works anymore in MySQL 5+.  I&#8217;ve tried numerous variations and they all break.  It appears that timestamp needs a special format as the input.</p>
<p>For instance, even this fails:</p>
<p>select timestamp(&#8217;20081223094234.572&#8242;)</p>
<p>I keep getting &#8220;Input string was not in a correct format&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tick Database Storage - Platforms and Indicators - Page 3</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-1126</link>
		<dc:creator>Tick Database Storage - Platforms and Indicators - Page 3</dc:creator>
		<pubDate>Mon, 20 Jun 2011 21:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-1126</guid>
		<description>[...] MySQL Issue        Another consideration is that MySQL timestamps do not support millisecond resolution. If millisecond resolution is needed, you cannot use a Timestamp field.  Instead, use a Decimal(17,3) field.  Here&#039;s a link describing a work around: Once upon a timestamp(milliseconds)&#8230;. MySQL Preacher [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL Issue        Another consideration is that MySQL timestamps do not support millisecond resolution. If millisecond resolution is needed, you cannot use a Timestamp field.  Instead, use a Decimal(17,3) field.  Here&#039;s a link describing a work around: Once upon a timestamp(milliseconds)&#8230;. MySQL Preacher [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gagan</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-1109</link>
		<dc:creator>Gagan</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-1109</guid>
		<description>Kuch kuch samajh me aaya, shuru ki 2 -3 line achi thi, bad me uper se gayi, ha.. title acha hai, par bollywood ki movie &quot;Once upon a time in mumbai&quot; se copy kiya hai.</description>
		<content:encoded><![CDATA[<p>Kuch kuch samajh me aaya, shuru ki 2 -3 line achi thi, bad me uper se gayi, ha.. title acha hai, par bollywood ki movie &#8220;Once upon a time in mumbai&#8221; se copy kiya hai.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

