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 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -