J
JRough
I need to do an aggregate query on the volume field. I'm really not
sure if I'm doing it right. The query2 has some filters. THANKS.
SELECT permno, name, sum(vol)
FROM myTable
WHERE permNo IN(query2)
Group BY PermNo
sure if I'm doing it right. The query2 has some filters. THANKS.
SELECT permno, name, sum(vol)
FROM myTable
WHERE permNo IN(query2)
Group BY PermNo