Having problems with this select in Oracle PLSQL

I have this code:

create view nombres_lab as
    select L.NOMBRE_LAB, R.NOM_REG, count(*) as vacunas_suministradas
    from LABORATORIOS L
    inner join CREA_VACUNAS CV on l.cod_lab = cv.cod_lab
    inner join vacunas V on cv.cod_vac = v.cod_vac
    inner join vtorio VT on v.cod_vac = vt.cod_vac
    inner join datos_vac_sum DVS on vt.cod_vtorio = dvs.cod_vtorio
    inner join frasco_vac FV on dvs.s_unica = fv.s_unica
    inner join direccion D on vt.cod_dir = d.cod_dir
    inner join region R on d.cod_reg = r.cod_reg
    where v.cod_vac = 100202 or v.cod_vac = 100303
    group by l.nombre_lab, r.nom_reg;


create or replace procedure ranking is

    
begin
    
    
    select nombre_lab, nom_reg, count(*) as vacunas_suministradas, rank() over(order by count(*) desc) as ranking from nombres_lab group by nom_reg, nombre_lab;
    

end;

I’ve been trying to convert this select to an select into so that it can work inside the procedure, but nothing that i try works.

Error:  PLS-00428: an INTO clause is expected in this SELECT statement

I know its weird to do just a select in the procedure and nothing more, but i want to know if its possible

TikTok Data Scraping Guide: Methods, Tools & Insights
more

TikTok Data Scraping Guide: Methods, Tools & Insights

In today’s fast-moving digital landscape, short-form video platforms have become a goldmine of publicly available information. Among them, TikTok stands out due to its massive global user base and highly engaging content ecosystem. This has led to increasing interest in Tiktok data scraping, a process where publicly accessible information from the platform is collected and […]

Read More
Halo Engagement Rings Lab Grown Diamonds: Elegant Sparkle with Modern Value
more

Halo Engagement Rings Lab Grown Diamonds: Elegant Sparkle with Modern Value

Surrounded by tiny stones, the central gem in a halo setting stands out with extra fire and presence. Many couples now pick lab created diamonds for their engagement rings – drawn to lasting elegance without the traditional cost. Sparkle gets amplified when the centerpiece is hugged by a ring of smaller gems, making it seem […]

Read More
Daman Game
more

What is Daman Game? Full Guide to Games, Features, and Online Earning Fun

In today’s fast-moving digital world, online entertainment platforms have become a major part of how people relax, engage, and experience interactive content. Among these emerging platforms, Daman Game has gained attention for offering a mix of casual gaming and prediction-based entertainment. It reflects a growing trend where technology, gaming, and reward-based engagement come together in […]

Read More