Viewing post 1 (of 1 total)
hey!
use this code you will get the desired output.
SELECT distinct SPEED, AVG(PRICE) as AVG_PRICE FROM PC GROUP BY SPEED
HAVING SPEED>600
June 18, 2015 at 12:41 am
#1806263