Hi guys, I hope you can help me, I have tried to get the variance of a "users" table. The field "Age" is not as such, I calculate the age of each user in the following way:
select trunc(months_between(sysdate,FechaNac)/12) edad
from usuarios...
asked by
11.10.2016 / 06:33