SELECT MID(YEARWEEK('2000-01-01'),5,2); : YEARWEEK : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » YEARWEEK »

 

SELECT MID(YEARWEEK('2000-01-01'),5,2);


mysql>
mysql> SELECT MID(YEARWEEK('2000-01-01'),5,2);
+---------------------------------+
| MID(YEARWEEK('2000-01-01'),5,2|
+---------------------------------+
52                              |
+---------------------------------+
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
» YEARWEEK