<?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>S i X h E a D { ? } &#187; MSSql</title>
	<atom:link href="http://sixhead.com/tag/mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixhead.com</link>
	<description>เมื่อความรู้มีไว้แบ่งปัน</description>
	<lastBuildDate>Tue, 23 Feb 2010 14:36:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSSQL SELECT CONVERT (Date Format)</title>
		<link>http://sixhead.com/2008/02/04/mssql-select-convert/</link>
		<comments>http://sixhead.com/2008/02/04/mssql-select-convert/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 05:45:13 +0000</pubDate>
		<dc:creator>Pipo</dc:creator>
				<category><![CDATA[MSSql]]></category>
		<category><![CDATA[CONVERT]]></category>

		<guid isPermaLink="false">http://sixhead.com/2008/02/04/mssql-select-convert/</guid>
		<description><![CDATA[&#160;
DATE FORMATS
Format #     Query (current date: 12/30/2006)     Sample
1     select convert(varchar, getdate(), 1)     12/30/06
2     select convert(varchar, getdate(), 2)     06.12.30
3     select convert(varchar, getdate(), 3)     30/12/06
4 [...]]]></description>
			<content:encoded><![CDATA[<pre>&nbsp;
DATE FORMATS
Format #     Query (current date: 12/30/2006)     Sample
1     select convert(varchar, getdate(), 1)     12/30/06
2     select convert(varchar, getdate(), 2)     06.12.30
3     select convert(varchar, getdate(), 3)     30/12/06
4     select convert(varchar, getdate(), 4)     30.12.06
5     select convert(varchar, getdate(), 5)     30-12-06
6     select convert(varchar, getdate(), 6)     30 Dec 06
7     select convert(varchar, getdate(), 7)     Dec 30, 06
10     select convert(varchar, getdate(), 10)     12-30-06
11     select convert(varchar, getdate(), 11)     06/12/30
101     select convert(varchar, getdate(), 101)     12/30/2006
102     select convert(varchar, getdate(), 102)     2006.12.30
103     select convert(varchar, getdate(), 103)     30/12/2006
104     select convert(varchar, getdate(), 104)     30.12.2006
105     select convert(varchar, getdate(), 105)     30-12-2006
106     select convert(varchar, getdate(), 106)     30 Dec 2006
107     select convert(varchar, getdate(), 107)     Dec 30, 2006
110     select convert(varchar, getdate(), 110)     12-30-2006
111     select convert(varchar, getdate(), 111)     2006/12/30
&nbsp;
TIME FORMATS
8 or 108     select convert(varchar, getdate(), 8)  00:38:54
9 or 109     select convert(varchar, getdate(), 9)
Dec 30 2006 12:38:54:840AM
14 or 114     select convert(varchar, getdate(), 14) 00:38:54:840
&nbsp;</pre>
<p>&nbsp;</p>
<p><map name='google_ad_map_17_f21c57aff87a446f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/17?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_17_f21c57aff87a446f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=17&amp;url= http%3A%2F%2Fsixhead.com%2F2008%2F02%2F04%2Fmssql-select-convert%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://sixhead.com/2008/02/04/mssql-select-convert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
