Skip to content

Instantly share code, notes, and snippets.

@millerjp
Created December 27, 2013 21:13
Show Gist options
  • Save millerjp/8152675 to your computer and use it in GitHub Desktop.
Save millerjp/8152675 to your computer and use it in GitHub Desktop.
SELECT * FROM bookmark_by_user_video ;
user_id | video_id | continue_watching | created | season | time_in_video | tvshow_id
---------+----------+-------------------+--------------------------+--------+---------------+--------------
patrick | 666EDC | True | 2013-12-27 15:12:51+0100 | 5 | 40 | A-Team
johnny | 666QAZ | True | 2013-12-25 15:12:51+0100 | 1 | 20 | Baywatch
johnny | 666WSX | False | 2013-12-26 15:12:51+0100 | 3 | 30 | Knight Rider
hayato | 666RFV | False | 2013-12-28 15:12:51+0100 | 1 | 50 | Thundercats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment