<?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 on: Yahoo! Query Language thoughts</title>
	<atom:link href="http://snarfed.org/yql_yahoo_query_language_thoughts/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:20:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Sam Pullara</title>
		<link>http://snarfed.org/yql_yahoo_query_language_thoughts#comment-1165</link>
		<dc:creator>Sam Pullara</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/yql_yahoo_query_language_thoughts#comment-1165</guid>
		<description>&lt;p&gt;Great writeup!&lt;br /&gt;
&lt;br /&gt;
The biggest difference between LIMIT and truncate() is that you can put truncate() at the end of a series of other pipes.&#160; Implementation wise they are essentially identical. For example:&lt;br /&gt;
&lt;br /&gt;
select * from search.web(100) where query=&#039;yql&#039; &#124; sort(field=&#039;date&#039;) &#124; truncate(count=1)&lt;br /&gt;
&lt;br /&gt;
Which will find the oldest search result in the first 100 results.&lt;br /&gt;
&lt;br /&gt;
Sam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great writeup!<br />
<br />
The biggest difference between LIMIT and truncate() is that you can put truncate() at the end of a series of other pipes.&nbsp; Implementation wise they are essentially identical. For example:<br />
<br />
select * from search.web(100) where query=&#8217;yql&#8217; | sort(field=&#8217;date&#8217;) | truncate(count=1)<br />
<br />
Which will find the oldest search result in the first 100 results.<br />
<br />
Sam</p>]]></content:encoded>
	</item>
</channel>
</rss>

