| 4D v15YEAR | ||||||||||||||
| 
 | 
    4D v15
 YEAR 
         | |||||||||||||
|  | ||
The YEAR function returns the year part of the date passed in the arithmetic_expression.
Supposing that we have the PEOPLE table with a Date_of_Birth field. To find out the year of the date of birth for every person in PEOPLE :
SELECT YEAR(Date_of_Birth)
FROM PEOPLE;
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v15)
	
	
	
	
	
 Add a comment
Add a comment