Skip to content

Instantly share code, notes, and snippets.

@emilyst
Created November 3, 2014 19:08
Show Gist options
  • Save emilyst/a98f3f71d51580fe0991 to your computer and use it in GitHub Desktop.
Save emilyst/a98f3f71d51580fe0991 to your computer and use it in GitHub Desktop.
carmel=# select bu.username, bach.* from bancorp_address_change_history bach inner join banksimple_user bu using (user_id);
username | event_id | created | reason | user_id | success
----------+----------+-------------------------------+-------------------------------+--------------------------------------+---------
mrballer | 100 | 2014-11-03 19:04:37.013804+00 | Life is like a hurricane | 4440c24a-1903-4851-8787-7f2592230dbe | f
mrballer | 101 | 2014-11-03 19:04:54.084334+00 | Here in Duckberg | 4440c24a-1903-4851-8787-7f2592230dbe | f
mrballer | 102 | 2014-11-03 19:05:13.743344+00 | Race cars, lasers, aeroplanes | 4440c24a-1903-4851-8787-7f2592230dbe | f
mrballer | 104 | 2014-11-03 19:06:41.821962+00 | It's a duck-blur | 4440c24a-1903-4851-8787-7f2592230dbe | t
msballer | 105 | 2014-11-03 19:07:16.141076+00 | Might solve a mystery | af6da608-f644-4df5-89ba-6f7129712a43 | f
msballer | 106 | 2014-11-03 19:07:24.092135+00 | Or rewrite history | af6da608-f644-4df5-89ba-6f7129712a43 | f
(6 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment