sql_command #1

  • //
  • guest/
  • stephen_moon/
  • track2sql/
  • sql_command
  • View
  • Commits
  • Open Download .zip Download (285 B)
SELECT process.processKey,user,cmd,
                MAX(readHeld+writeHeld)-MAX(readWait+writeWait) 
                AS compute 
               FROM tableUse JOIN process USING (processKey) 
               GROUP BY tableUse.processKey 
               ORDER BY compute DESC LIMIT 200;

# Change User Description Committed
#1 6466 Stephen Moon track2sql and other script files added