Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Last active September 14, 2017 12:39
Show Gist options
  • Save jasonglisson/a76fa6717447448847ac to your computer and use it in GitHub Desktop.
Save jasonglisson/a76fa6717447448847ac to your computer and use it in GitHub Desktop.
Query the NID of all content of a type
SELECT nid FROM node WHERE type = 'blog'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment