select YEAR('1973-07-20'); : YEAR : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » YEAR »

 

select YEAR('1973-07-20');


mysql>
mysql>
mysql> select YEAR('1989-07-20');
+--------------------+
| YEAR('1989-07-20') |
+--------------------+
|               1989 |
+--------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» YEAR