<?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"
	>
<channel>
	<title>Comments on: Write a SQL Query to find first Week Day of month?</title>
	<atom:link href="http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month/</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Wed, 08 Oct 2008 00:15:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: santosh</title>
		<link>http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month/#comment-3693</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Mon, 03 Dec 2007 05:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month.html#comment-3693</guid>
		<description>SELECT to_char(add_months((last_day('&#38;DATE')),-1)+1,'Day')  FROM  dual</description>
		<content:encoded><![CDATA[<p>SELECT to_char(add_months((last_day(&#8217;&amp;DATE&#8217;)),-1)+1,&#8217;Day&#8217;)  FROM  dual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month/#comment-3692</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Mon, 03 Dec 2007 05:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicalinterview.info/write-a-sql-query-to-find-first-week-day-of-month.html#comment-3692</guid>
		<description>SELECT add_months((last_day('&#38;DATE')),-1)+1 FROM  dual</description>
		<content:encoded><![CDATA[<p>SELECT add_months((last_day(&#8217;&amp;DATE&#8217;)),-1)+1 FROM  dual</p>
]]></content:encoded>
	</item>
</channel>
</rss>
