Guest User

Untitled

a guest
Mar 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. SELECT
  2. pid,
  3.   user_name,
  4.   starttime,
  5.   query
  6. FROM stv_recents
  7. WHERE status = 'Running'
  8. AND user_name = ‘admin’
Add Comment
Please, Sign In to add comment