<?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 for SQL Tutorial - Learn SQL Online</title>
	<atom:link href="http://www.sql-statements.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sql-statements.com</link>
	<description>MS SQL Server, Oracle, mySQL, ...</description>
	<lastBuildDate>Sun, 11 Dec 2011 02:40:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on SQL Min by Peter</title>
		<link>http://www.sql-statements.com/sql-min.html/comment-page-1#comment-5829</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 11 Dec 2011 02:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=241#comment-5829</guid>
		<description>I think the function MIN should not be used in Where clause.</description>
		<content:encoded><![CDATA[<p>I think the function MIN should not be used in Where clause.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Min by illegal</title>
		<link>http://www.sql-statements.com/sql-min.html/comment-page-1#comment-5827</link>
		<dc:creator>illegal</dc:creator>
		<pubDate>Sat, 10 Dec 2011 11:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=241#comment-5827</guid>
		<description>please tell which illegal has :

select stockName
from stock
where MIN(price) &gt; 10.0;</description>
		<content:encoded><![CDATA[<p>please tell which illegal has :</p>
<p>select stockName<br />
from stock<br />
where MIN(price) &gt; 10.0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Point In Polygon by George Mastros</title>
		<link>http://www.sql-statements.com/point-in-polygon.html/comment-page-1#comment-5800</link>
		<dc:creator>George Mastros</dc:creator>
		<pubDate>Tue, 06 Dec 2011 22:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=216#comment-5800</guid>
		<description>I believe there is an error in the code.  If I understand this correctly, then the first time through the loop you are comparing the first point with the second to last point because of this line:  SET @j=@nvert-1.  I think it should be: SET @j=@nvert (without the -1) so that the first point of the polygon is compared against the last point.

I was able to verify this incorrect output using my application.  I point that is obviously within the polygon was being reported as outside.</description>
		<content:encoded><![CDATA[<p>I believe there is an error in the code.  If I understand this correctly, then the first time through the loop you are comparing the first point with the second to last point because of this line:  SET @j=@nvert-1.  I think it should be: SET @j=@nvert (without the -1) so that the first point of the polygon is compared against the last point.</p>
<p>I was able to verify this incorrect output using my application.  I point that is obviously within the polygon was being reported as outside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL NULLIF by Essy</title>
		<link>http://www.sql-statements.com/sql-nullif.html/comment-page-1#comment-5782</link>
		<dc:creator>Essy</dc:creator>
		<pubDate>Tue, 06 Dec 2011 01:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=444#comment-5782</guid>
		<description>All of these artcleis have saved me a lot of headaches.</description>
		<content:encoded><![CDATA[<p>All of these artcleis have saved me a lot of headaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SELF JOIN by venugopal rao</title>
		<link>http://www.sql-statements.com/sql-self-join.html/comment-page-1#comment-5593</link>
		<dc:creator>venugopal rao</dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=359#comment-5593</guid>
		<description>WHAT IS A TUPLE?EXPLAIN?</description>
		<content:encoded><![CDATA[<p>WHAT IS A TUPLE?EXPLAIN?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SUBSTRING by Peter</title>
		<link>http://www.sql-statements.com/sql-substring.html/comment-page-1#comment-5574</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=379#comment-5574</guid>
		<description>It depends which database you use. As I said, it was mySQL syntax. If you use mySQL, you could use SUBSTRING(SUM_DMO,3) instead of SUBSTRING(SUM_DMO,3,2).</description>
		<content:encoded><![CDATA[<p>It depends which database you use. As I said, it was mySQL syntax. If you use mySQL, you could use SUBSTRING(SUM_DMO,3) instead of SUBSTRING(SUM_DMO,3,2).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SELF JOIN by admin</title>
		<link>http://www.sql-statements.com/sql-self-join.html/comment-page-1#comment-5563</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 Oct 2011 11:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=359#comment-5563</guid>
		<description>Because the employee&#039;s name is Mazojys Fxoj:

Select all the employees at the same department with Mazojys Fxoj</description>
		<content:encoded><![CDATA[<p>Because the employee&#8217;s name is Mazojys Fxoj:</p>
<p>Select all the employees at the same department with Mazojys Fxoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL NOW by Alizya</title>
		<link>http://www.sql-statements.com/sql-now.html/comment-page-1#comment-5559</link>
		<dc:creator>Alizya</dc:creator>
		<pubDate>Wed, 26 Oct 2011 05:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=497#comment-5559</guid>
		<description>You teach sql and in simple manners. I thought that sql is very diffiult language but after reading this post i have understand the functions of NOW() and getdate() easily. thanks for sharing.</description>
		<content:encoded><![CDATA[<p>You teach sql and in simple manners. I thought that sql is very diffiult language but after reading this post i have understand the functions of NOW() and getdate() easily. thanks for sharing.<br />
<span class="cluv">Alizya recently posted..<a href="http://www.tctv.org/" target='_blank'>TCTV</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL DATE_FORMAT by Free Web Hosting providers</title>
		<link>http://www.sql-statements.com/sql-date_format.html/comment-page-1#comment-5517</link>
		<dc:creator>Free Web Hosting providers</dc:creator>
		<pubDate>Wed, 19 Oct 2011 04:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=602#comment-5517</guid>
		<description>Date  It&#039;s a most difficult part for sql query because the matches of  format of the date column in the database. And when you show the following table, it is the important built in date functions in MySQL.</description>
		<content:encoded><![CDATA[<p>Date  It&#8217;s a most difficult part for sql query because the matches of  format of the date column in the database. And when you show the following table, it is the important built in date functions in MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL SELF JOIN by Rahul Patole</title>
		<link>http://www.sql-statements.com/sql-self-join.html/comment-page-1#comment-5475</link>
		<dc:creator>Rahul Patole</dc:creator>
		<pubDate>Tue, 11 Oct 2011 14:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-statements.com/?p=359#comment-5475</guid>
		<description>In last query, why it use has been following Where Clause...???

WHERE b.FirstName = &#039;Mazojys&#039; AND b.LastName = &#039;Fxoj&#039; 

Please reply....</description>
		<content:encoded><![CDATA[<p>In last query, why it use has been following Where Clause&#8230;???</p>
<p>WHERE b.FirstName = &#8216;Mazojys&#8217; AND b.LastName = &#8216;Fxoj&#8217; </p>
<p>Please reply&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

