Skip to content

Instantly share code, notes, and snippets.

@okiwan
Created March 23, 2016 16:24
Show Gist options
  • Select an option

  • Save okiwan/6256f86699f325e58576 to your computer and use it in GitHub Desktop.

Select an option

Save okiwan/6256f86699f325e58576 to your computer and use it in GitHub Desktop.
select to_timestamp(t.timestamp), u.first_name, u.last_name, t.destination, t.pol_start, t.pol_end, t.status from registered_user u, transaction t where u.id = t.user_id order by t.timestamp desc limit 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment