Ver originalSELECT *FROM ( SELECT codigo, nombre, direccion, montos, ROW_NUMBER() OVER (ORDER BY montos DESC) x FROM t1) aliasWHERE x <= 8