1
Answer

Convert Sql - Linq Query


Here is the SQL query
 
  1. SELECT   
  2.     SUM(quantity) total_stocks  
  3. FROM   
  4.     production.stocks;  
 
Thanks in advance.

Answers (1)