Created
July 14, 2014 06:53
-
-
Save yujihamaguchi/6e42e33f16847a570a71 to your computer and use it in GitHub Desktop.
[Redshift] 実行中のプロセスをリスト
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 pid, starttime, duration, | |
trim(user_name) as user, | |
trim (query) as querytxt | |
from stv_recents | |
where status = 'Running'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment