Skip to content

Instantly share code, notes, and snippets.

@DamianRivas
Created August 8, 2018 19:18
Show Gist options
  • Select an option

  • Save DamianRivas/93b01e6df8b4dfdc0ecdf5e1de4cf0cd to your computer and use it in GitHub Desktop.

Select an option

Save DamianRivas/93b01e6df8b4dfdc0ecdf5e1de4cf0cd to your computer and use it in GitHub Desktop.
Query Result
library=# SELECT * FROM books;
id | title | author
------+------------------------------------------+---------------------
1259 | Eloquent Ruby | Russell A. Olson
1593 | JavaScript: The Good Parts | Douglas Crockford
8982 | Designing Object-Oriented Software | Rebecca Wirfs-Brock
7265 | Practical Object-Oriented Design in Ruby | Sandi Metz
(4 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment