Created
October 6, 2016 15:22
-
-
Save gthayer/9071b3226e4a5faa89df973c8c43e7f0 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_stream` | |
LEFT JOIN `wp_usermeta` | |
ON wp_stream.user_id=wp_usermeta.user_id | |
WHERE wp_stream.action LIKE "login" | |
AND wp_usermeta.meta_key LIKE '%wp_capabilities%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment