Another sample YQL query
Here’s another query to show what kinds of things YQL can do:
select * from local.search where query=”sushi”
and location=”san francisco, ca”
and Rating.AverageRating>4.0
This one applies a combination of remote filtering on the web service (in this case local) and local filtering at the YQL engine. So the query gets all the [...]