Skip to content

Instantly share code, notes, and snippets.

@millerjp
Created December 27, 2013 21:14
Show Gist options
  • Save millerjp/8152689 to your computer and use it in GitHub Desktop.
Save millerjp/8152689 to your computer and use it in GitHub Desktop.
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