Created
March 23, 2016 16:24
-
-
Save okiwan/6256f86699f325e58576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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