I need to convert my result into numeric form.
This is what I have at the moment:
select convert(float,round(avg(spelers.jaartoe),0)) as "gemiddelde toetredingsjaar"
from spelers
I need to convert my result into numeric form.
This is what I have at the moment:
select convert(float,round(avg(spelers.jaartoe),0)) as "gemiddelde toetredingsjaar"
from spelers
Copyright © 2021 Jogjafile Inc.