Created
December 27, 2013 21:17
-
-
Save millerjp/8152729 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM bookmark_by_user_continue_watching ; | |
user_id | continue_watching | video_id | created | season | time_in_video | tvshow_id | |
---------+-------------------+----------+--------------------------+--------+---------------+-------------- | |
johnny | True | 666QAZ | 2013-12-25 15:12:51+0100 | 1 | 20 | Baywatch | |
johnny | False | 666WSX | 2013-12-26 15:12:51+0100 | 3 | 30 | Knight Rider | |
patrick | True | 666EDC | 2013-12-27 15:12:51+0100 | 5 | 40 | A-Team | |
hayato | False | 666RFV | 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