Hi, I can’t get return in a query with the extrac() function in LibreOffice Base, Firebird Embedded database.
SELECT
EXTRACT( WEEKDAY FROM “Date” ) “DayOfWeek”,
EXTRACT( DAY FROM “Date” ) “Day”,
EXTRACT( MONTH FROM “Date” ) “Month”
FROM
“Tbl_Schedule”
This function returned error:
EXTRACT( WEEKDAY FROM “Date” )
However, DAY and MONTH returned correct answers.
I am currently using
Version: 6.1.6.3 (x64)
Can anyone help? What are the alternatives?
Thanks