Código SQL [-]select avg(col2) from (select col2 from tabla rows 3);
select avg(col2) from (select col2 from tabla rows 3);