Created
February 26, 2017 16:41
-
-
Save a2ikm/0453ed7ed3382d309dca7ba8f6996889 to your computer and use it in GitHub Desktop.
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 INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND != 'Sleep' ORDER BY TIME DESC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment