doc/book/en/annexes/rql/language.rst
changeset 8184 9be5625b1c34
parent 8145 e88a24f88143
child 8246 84f0a2e0059e
equal deleted inserted replaced
8183:7d658ea27ec5 8184:9be5625b1c34
   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