Skip to content

Instantly share code, notes, and snippets.

@workmaster2n
Created August 21, 2013 14:35
Show Gist options
  • Select an option

  • Save workmaster2n/6295296 to your computer and use it in GitHub Desktop.

Select an option

Save workmaster2n/6295296 to your computer and use it in GitHub Desktop.
Improve Performance
SELECT DISTINCT ON(tracked_points.worker_id) tracked_points.* FROM "tracked_points" WHERE "tracked_points"."location_id" = 15 ORDER BY tracked_points.worker_id, tracked_points.recorded_at DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment