Skip to content

Instantly share code, notes, and snippets.

@RubyRonin
Created December 29, 2014 10:49
Show Gist options
  • Save RubyRonin/120eab64a75a18a01eb3 to your computer and use it in GitHub Desktop.
Save RubyRonin/120eab64a75a18a01eb3 to your computer and use it in GitHub Desktop.
SELECT SUM(count) AS views
FROM wp_post_views
WHERE id IN (10738)
AND type = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment