https://bugs.documentfoundation.org/show_bug.cgi?id=118817

            Bug ID: 118817
           Summary: FIREBIRD: EXTRACT Function - WEEK, WEEKDAY and YEARDAY
           Product: LibreOffice
           Version: 6.1.0.1 rc
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

WEEK, WEEKDAY and YEARDAY do not work when entered in the Query Design dialog.

Entering the following using the Query Design dialog:

EXTRACT( WEEK FROM "DateVisit" )

Returns the following error: Expression, field name 'EXTRACT( WEEK FROM
"DateVisit" )' does not exist

However, the following statement works (for WEEK, WEEKDAY and YEARDAY) when
entered in Tools -> SQL

SELECT
EXTRACT( WEEK FROM "DateVisit" ) "WeekNo"
FROM "iCare"
WHERE EXTRACT( WEEK FROM "DateVisit" ) = 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to