I have this search
| eval max = round(max, 2)
| eval avg = round(avg, 2)
| eval median = round(median,2)
| eval min = round(min, 2)
.....
but I want to condense this search to just 1 line.
Can I do this?
↧