PERIOD_ADD

Sintassi

PERIOD_ADD(P, N)

Spiegazione

Aggiunge N mesi al periodo P (nel formato YYMM o YYYYMM). Restituisce un valore nel formato YYYYMM. Si noti che il periodo P non è un valore DATE.

Esempi

MariaDB [(none)]> SELECT PERIOD_ADD(200801,2);
+----------------------+
| PERIOD_ADD(200801,2) |
+----------------------+
|               200803 |
+----------------------+
1 row in set (0.00 sec)

MariaDB [(none)]> 

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.