Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created October 10, 2009 02:08
Show Gist options
  • Save jcleblanc/206526 to your computer and use it in GitHub Desktop.
Save jcleblanc/206526 to your computer and use it in GitHub Desktop.
USE 'http://www.jonleblanc.com/projects/yql/weather_locations.xml' AS weather_location; select * from weather.forecast where location in (SELECT loc.id FROM weather_location WHERE location='London' LIMIT 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment