select max(t.prod_price) as 'max_price' from (select * from Products where prod_price <=10) as t