![]() |
|
|
+ Search |
![]()
|
May 3rd, 2004 18:04
Michael Harrison, Narendra Jain,
If you have a order table and you want a total of quantity column, use the query as below: select sum(quantity) from order_table That did the trick. I looked all over for the sum() command and cound not find info for it. Thanks.