612 ````````````````````````` |
612 ````````````````````````` |
613 |
613 |
614 +--------------------------+----------------------------------------+ |
614 +--------------------------+----------------------------------------+ |
615 | :func:`YEAR(Date)` | return the year of a date or datetime | |
615 | :func:`YEAR(Date)` | return the year of a date or datetime | |
616 +--------------------------+----------------------------------------+ |
616 +--------------------------+----------------------------------------+ |
617 | :func:`MONTH(Date)` | return the year of a date or datetime | |
617 | :func:`MONTH(Date)` | return the month of a date or datetime | |
618 +--------------------------+----------------------------------------+ |
618 +--------------------------+----------------------------------------+ |
619 | :func:`DAY(Date)` | return the year of a date or datetime | |
619 | :func:`DAY(Date)` | return the day of a date or datetime | |
620 +--------------------------+----------------------------------------+ |
620 +--------------------------+----------------------------------------+ |
621 | :func:`HOUR(Datetime)` | return the year of a datetime | |
621 | :func:`HOUR(Datetime)` | return the hours of a datetime | |
622 +--------------------------+----------------------------------------+ |
622 +--------------------------+----------------------------------------+ |
623 | :func:`MINUTE(Datetime)` | return the year of a datetime | |
623 | :func:`MINUTE(Datetime)` | return the minutes of a datetime | |
624 +--------------------------+----------------------------------------+ |
624 +--------------------------+----------------------------------------+ |
625 | :func:`SECOND(Datetime)` | return the year of a datetime | |
625 | :func:`SECOND(Datetime)` | return the seconds of a datetime | |
626 +--------------------------+----------------------------------------+ |
626 +--------------------------+----------------------------------------+ |
627 |
627 |
628 .. _RQLOtherFunctions: |
628 .. _RQLOtherFunctions: |
629 |
629 |
630 Other functions |
630 Other functions |