Guest User

Untitled

a guest
Jun 23rd, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. library=# SELECT * FROM books;
  2. id | title | author
  3. ------+------------------------------------------+---------------------
  4. 1259 | Eloquent Ruby | Russell A. Olson
  5. 1593 | JavaScript: The Good Parts | Douglas Crockford
  6. 8982 | Designing Object-Oriented Software | Rebecca Wirfs-Brock
  7. 7265 | Practical Object-Oriented Design in Ruby | Sandi Metz
  8. (4 rows)
Add Comment
Please, Sign In to add comment