diff -r 7d658ea27ec5 -r 9be5625b1c34 doc/book/en/annexes/rql/language.rst --- a/doc/book/en/annexes/rql/language.rst Thu Jan 26 14:58:38 2012 +0100 +++ b/doc/book/en/annexes/rql/language.rst Mon Jan 30 20:57:05 2012 +0100 @@ -614,15 +614,15 @@ +--------------------------+----------------------------------------+ | :func:`YEAR(Date)` | return the year of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`MONTH(Date)` | return the year of a date or datetime | +| :func:`MONTH(Date)` | return the month of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`DAY(Date)` | return the year of a date or datetime | +| :func:`DAY(Date)` | return the day of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`HOUR(Datetime)` | return the year of a datetime | +| :func:`HOUR(Datetime)` | return the hours of a datetime | +--------------------------+----------------------------------------+ -| :func:`MINUTE(Datetime)` | return the year of a datetime | +| :func:`MINUTE(Datetime)` | return the minutes of a datetime | +--------------------------+----------------------------------------+ -| :func:`SECOND(Datetime)` | return the year of a datetime | +| :func:`SECOND(Datetime)` | return the seconds of a datetime | +--------------------------+----------------------------------------+ .. _RQLOtherFunctions: