Get your own SQL server

SQL Statement:

 
SELECT SUM(quantity)
FROM order_details;        

Result:

 sum
-------
 51317
(1 row)