How to retrieve an average from a specific data type from a column in sql -


i have table called products, contains 2 rows (plus others):price , mfr. how list average price items provided particular manufacturer (using summary query)?

select avg(price) priceaverage products mfr = 'particularmanufacter' 

but future recommend homework yourself. student :)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -