<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Solution &#8211; Generating Zero Without using Any Numbers in T-SQL</title>
	<atom:link href="http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Aman</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-342845</link>
		<dc:creator><![CDATA[Aman]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 13:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-342845</guid>
		<description><![CDATA[select len(&#039;&#039;)]]></description>
		<content:encoded><![CDATA[<p>select len(&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reddeppa Gundluri</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-167998</link>
		<dc:creator><![CDATA[Reddeppa Gundluri]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 11:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-167998</guid>
		<description><![CDATA[select 1-1]]></description>
		<content:encoded><![CDATA[<p>select 1-1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sagnik</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-144336</link>
		<dc:creator><![CDATA[sagnik]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 05:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-144336</guid>
		<description><![CDATA[SELECT DATEDIFF(dd,GETDATE(),GETDATE())]]></description>
		<content:encoded><![CDATA[<p>SELECT DATEDIFF(dd,GETDATE(),GETDATE())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News – Monthly list of Puzzles and Solutions on SQLAuthority.com Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-144314</link>
		<dc:creator><![CDATA[SQLAuthority News – Monthly list of Puzzles and Solutions on SQLAuthority.com Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 03:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-144314</guid>
		<description><![CDATA[[...] SQL SERVER – Solution – Generating Zero Without using Any Numbers in T-SQL [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Solution – Generating Zero Without using Any Numbers in T-SQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-143179</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 11:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-143179</guid>
		<description><![CDATA[select count(*) where 1=0]]></description>
		<content:encoded><![CDATA[<p>select count(*) where 1=0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naqui Ahmed</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142946</link>
		<dc:creator><![CDATA[Naqui Ahmed]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 09:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142946</guid>
		<description><![CDATA[need clarification if it&#039;s possible....

Can we get the output other than 1 for the below query without using any table....?

select count(&#039;&#039;)  /  select count(*)]]></description>
		<content:encoded><![CDATA[<p>need clarification if it&#8217;s possible&#8230;.</p>
<p>Can we get the output other than 1 for the below query without using any table&#8230;.?</p>
<p>select count(&#8221;)  /  select count(*)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepaktyagi</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142780</link>
		<dc:creator><![CDATA[deepaktyagi]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 17:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142780</guid>
		<description><![CDATA[Another way 
Select $
Return 0.00]]></description>
		<content:encoded><![CDATA[<p>Another way<br />
Select $<br />
Return 0.00</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinto</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142692</link>
		<dc:creator><![CDATA[Clinto]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 08:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142692</guid>
		<description><![CDATA[select count(&#039;&#039;) - count(&#039;&#039;)]]></description>
		<content:encoded><![CDATA[<p>select count(&#8221;) &#8211; count(&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naqui Ahmed</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142684</link>
		<dc:creator><![CDATA[Naqui Ahmed]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 07:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142684</guid>
		<description><![CDATA[Interesting question....

another way...
select datediff(dd,getdate(),getdate())]]></description>
		<content:encoded><![CDATA[<p>Interesting question&#8230;.</p>
<p>another way&#8230;<br />
select datediff(dd,getdate(),getdate())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurang Patel</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142650</link>
		<dc:creator><![CDATA[Gaurang Patel]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 04:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142650</guid>
		<description><![CDATA[There is  other way as well

SELECT CAST(&#039;&#039; AS INT)
and 
SELECT CAST(&#039;&#039; AS BIT)]]></description>
		<content:encoded><![CDATA[<p>There is  other way as well</p>
<p>SELECT CAST(&#8221; AS INT)<br />
and<br />
SELECT CAST(&#8221; AS BIT)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramireddy</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142646</link>
		<dc:creator><![CDATA[ramireddy]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142646</guid>
		<description><![CDATA[Though there are many ways to generate 0, I really like madhivanan&#039;s approach as it tells us that, SQL Server will identify datatype as money, even if it has  only currency symbol without any digits]]></description>
		<content:encoded><![CDATA[<p>Though there are many ways to generate 0, I really like madhivanan&#8217;s approach as it tells us that, SQL Server will identify datatype as money, even if it has  only currency symbol without any digits</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramireddt</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142645</link>
		<dc:creator><![CDATA[ramireddt]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 03:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142645</guid>
		<description><![CDATA[Another way.. :)
select CHECKSUM(&#039;x&#039;) - CHECKSUM(&#039;x&#039;)]]></description>
		<content:encoded><![CDATA[<p>Another way.. :)<br />
select CHECKSUM(&#8216;x&#8217;) &#8211; CHECKSUM(&#8216;x&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayyappan Thangaraj</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142627</link>
		<dc:creator><![CDATA[Ayyappan Thangaraj]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 01:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142627</guid>
		<description><![CDATA[Interesting question! :)]]></description>
		<content:encoded><![CDATA[<p>Interesting question! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Beeming</title>
		<link>http://blog.sqlauthority.com/2011/06/21/sql-server-solution-generating-zero-without-using-any-numbers-in-t-sql/#comment-142626</link>
		<dc:creator><![CDATA[Gordon Beeming]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 01:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13337#comment-142626</guid>
		<description><![CDATA[I found out yesterday that if you type &quot;select count(*) &quot; it returns 1 =D]]></description>
		<content:encoded><![CDATA[<p>I found out yesterday that if you type &#8220;select count(*) &#8221; it returns 1 =D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
