Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created October 11, 2016 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellofromtonya/1ab5f4e6e9c5daeaf4fd5f5940818cd3 to your computer and use it in GitHub Desktop.
Save hellofromtonya/1ab5f4e6e9c5daeaf4fd5f5940818cd3 to your computer and use it in GitHub Desktop.
First SQL - Intro to Databases
SELECT post_title
FROM wp_post
WHERE ID < 8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment