Skip to content

Instantly share code, notes, and snippets.

@kerbelp
Last active December 4, 2016 22:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerbelp/870b716e32ba54dc1d1265c730b694e4 to your computer and use it in GitHub Desktop.
Save kerbelp/870b716e32ba54dc1d1265c730b694e4 to your computer and use it in GitHub Desktop.
SELECT pid,
user_name,
starttime,
duration,
query
FROM stv_recents
WHERE status = 'Running'
ORDER BY user_name DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment