Blog
PostgreSQL – Sum Of An Array
Something I had to do today was figure out how to find the SUM of an array in PostgreSQL. I went through many different ways, but this seemed to be the best: If you know of a shorter or better way to do this for a variable size array please Read more…