I don't like the query: 'select pid,name,uid,resid...
# general
t
I don't like the query: 'select pid,name,uid,resident_size from processes desc group by name limit 10;' there's no aggregate function in the selection. If you
max
or
sum
or
count
one of the columns it would make more sense, right?