Last active
August 2, 2023 14:24
-
-
Save thierrypigot/9d73a5ec1de24415e19290be31ccc23d to your computer and use it in GitHub Desktop.
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 * | |
FROM wp_posts | |
WHERE post_title = "Mon titre d'article" | |
AND post_status = 'publish' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment