DAY()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
See DAYOFMONTH().
USAGE
DAY(date)
Argument Name | Description |
---|---|
| The date to evaluate |
EXAMPLES
SELECT DAY('2020-02-29');
+-------------------+
| DAY('2020-02-29') |
+-------------------+
| 29 |
+-------------------+