Created
December 27, 2013 21:14
-
-
Save millerjp/8152689 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 video_id, created, time_in_video FROM bookmark_by_user_video WHERE user_id = 'johnny' AND video_id = '666QAZ'; | |
video_id | created | time_in_video | |
----------+--------------------------+--------------- | |
666QAZ | 2013-12-25 15:12:51+0100 | 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment