Needs an update what exactly the below query does when it divisible by 365??
select CAST((FLGHT_DATE )/365 AS INTEGER);
Note: FLGHT_DATE column is of date type and in YYYY-MM-DD format.
Needs an update what exactly the below query does when it divisible by 365??
select CAST((FLGHT_DATE )/365 AS INTEGER);
Note: FLGHT_DATE column is of date type and in YYYY-MM-DD format.