<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/null</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 08:43:54 GMT</pubDate>
<item>
<title>(SQL) if mysql_query is not empty - cesarkohl</title>
<link>http://snipplr.com/view/58803/if-mysqlquery-is-not-empty/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Sep 2011 22:49:26 GMT</pubDate>
<guid>http://snipplr.com/view/58803/if-mysqlquery-is-not-empty/</guid>
</item>
<item>
<title>(SQL) SAP Date Comparison - cori</title>
<link>http://snipplr.com/view/15198/sap-date-comparison/</link>
<description><![CDATA[ <p>this little snippet can be used to compare an SAP Date (which might be empty, or '00000000') to today's date, for instance to query for rows that have been closed in the last x days.  Can't CAST the date column (in 'YYYYMMDD' format) to a date for use in where clauses, since '00000000' can't be cast to a datetime</p> ]]></description>
<pubDate>Wed, 20 May 2009 13:14:30 GMT</pubDate>
<guid>http://snipplr.com/view/15198/sap-date-comparison/</guid>
</item>
<item>
<title>(SQL) Date 0000-00-00 - Abe</title>
<link>http://snipplr.com/view/5019/date-00000000/</link>
<description><![CDATA[ <p>An easy way to handle null dates. If date = 0000-00-00 then null, else use date</p> ]]></description>
<pubDate>Tue, 12 Feb 2008 10:21:20 GMT</pubDate>
<guid>http://snipplr.com/view/5019/date-00000000/</guid>
</item>
</channel>
</rss>