-
-
Save hellofromtonya/e44d0837bc6ec3d53e1fc5c98d1207c7 to your computer and use it in GitHub Desktop.
Filtering content with WHERE
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 ID, post_title | |
FROM wp_posts | |
WHERE post_type = 'portfolio' AND post_status = 'publish'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment