<?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/tags/where</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 01:20:59 GMT</pubDate>
<item>
<title>(CSS) styling as per mime type / type of linked item - skopp</title>
<link>http://snipplr.com/view/66944/styling-as-per-mime-type--type-of-linked-item/</link>
<description><![CDATA[ <p>Style links depending on file format

Since CSS3 you can style links depending on some rules also called attribute selectors. This is extremely convenient if you have files in PDF, Zip among other and you want to display a small icon near it. With this technique you can do it without including an image on your link. This snippet shows a small icons next to your links telling the user if it is an external link, an email, a pdf, a zip or whatever you would like.</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:55:01 GMT</pubDate>
<guid>http://snipplr.com/view/66944/styling-as-per-mime-type--type-of-linked-item/</guid>
</item>
<item>
<title>(SQL) Where clause to select multiple rows of unique values - the_construct</title>
<link>http://snipplr.com/view/62323/where-clause-to-select-multiple-rows-of-unique-values/</link>
<description><![CDATA[ <p>Where clause to select multiple rows of unique values</p> ]]></description>
<pubDate>Thu, 05 Jan 2012 21:42:32 GMT</pubDate>
<guid>http://snipplr.com/view/62323/where-clause-to-select-multiple-rows-of-unique-values/</guid>
</item>
<item>
<title>(MySQL) MySQL Where - Masis</title>
<link>http://snipplr.com/view/35685/mysql-where/</link>
<description><![CDATA[ <p>The WHERE clause is used for extracting only those records that fulfill a specified criterion. If you wanted to select only certain entries of your table, then you would use the keyword WHERE. WHERE lets you specify requirements that entries must meet in order to be returned in the MySQL result. Those entries that do not pass the test will be left out.
  To get PHP to execute the statement above you must use the mysql_query() function. This function is used to send a query or command to a MySQL connection.
    The following example selects all rows from the Persons table where FirstName='Peter':</p> ]]></description>
<pubDate>Fri, 11 Jun 2010 12:48:29 GMT</pubDate>
<guid>http://snipplr.com/view/35685/mysql-where/</guid>
</item>
<item>
<title>(MySQL) Conditional String Replace - iroybot</title>
<link>http://snipplr.com/view/20033/conditional-string-replace/</link>
<description><![CDATA[ <p>as a note to self... in order to find it laters...

This will only alter the value of fieldname if the conditions in the WHERE clause are met. With replace we only replace a certain string within fieldname with the replace_with string</p> ]]></description>
<pubDate>Tue, 22 Sep 2009 09:11:41 GMT</pubDate>
<guid>http://snipplr.com/view/20033/conditional-string-replace/</guid>
</item>
<item>
<title>(SAS) How to detect missing values using Arrays - sarathannapareddy</title>
<link>http://snipplr.com/view/13643/how-to-detect-missing-values-using-arrays/</link>
<description><![CDATA[ <p>Direct link: http://ssc.utexas.edu/consulting/answers/sas/sas65.html</p> ]]></description>
<pubDate>Tue, 31 Mar 2009 15:47:02 GMT</pubDate>
<guid>http://snipplr.com/view/13643/how-to-detect-missing-values-using-arrays/</guid>
</item>
<item>
<title>(PL/SQL) UPDATE using WHERE CURRENT OF clause - stews</title>
<link>http://snipplr.com/view/8455/update-using-where-current-of-clause/</link>
<description><![CDATA[ <p>I can never remember the syntax on the "FOR UPDATE OF" clause!</p> ]]></description>
<pubDate>Wed, 17 Sep 2008 17:16:50 GMT</pubDate>
<guid>http://snipplr.com/view/8455/update-using-where-current-of-clause/</guid>
</item>
<item>
<title>(PHP) SELECT with conditional WHERE parts - assbach</title>
<link>http://snipplr.com/view/1806/select-with-conditional-where-parts/</link>
<description><![CDATA[ <p>Building a SELECT with conditional WHERE parts, given from form-get parameters.</p> ]]></description>
<pubDate>Fri, 15 Dec 2006 09:02:45 GMT</pubDate>
<guid>http://snipplr.com/view/1806/select-with-conditional-where-parts/</guid>
</item>
</channel>
</rss>