Created
May 10, 2017 09:11
-
-
Save jimmy89Li/c31ca92c8fb3c515f519a56229ce667d to your computer and use it in GitHub Desktop.
Select from database where updatedDate was done in the last 60 minutes
This file contains hidden or 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_terms WHERE updatedDate > (now() - interval 60 minute); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment