Skip to content

Instantly share code, notes, and snippets.

@ArataKagan
Created October 15, 2018 21:42
Show Gist options
  • Save ArataKagan/9df1409007bfea3563fc87576219cf4d to your computer and use it in GitHub Desktop.
Save ArataKagan/9df1409007bfea3563fc87576219cf4d to your computer and use it in GitHub Desktop.
psql library 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment