how can i sum 3 rows to create a new row in orac...
# suiteql
s
how can i sum 3 rows to create a new row in oracle sql
Copy code
SUM(transactionLine.quantityshiprecv + transactionLine.quantityonshipments+transactionLine.quantitybilled)  TOTAL_SUM,
s
Those are 3 columns, not rows