From 64c34f5127614a301a57bf288b2337d961598133 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Wed, 13 Jul 2022 22:19:48 -0300 Subject: [PATCH] Docs about FirebirdSQL/firebird-documentation#173 --- doc/sql.extensions/README.builtin_functions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sql.extensions/README.builtin_functions.txt b/doc/sql.extensions/README.builtin_functions.txt index aaa815e47a..f23dabc49d 100644 --- a/doc/sql.extensions/README.builtin_functions.txt +++ b/doc/sql.extensions/README.builtin_functions.txt @@ -433,6 +433,8 @@ Notes: 3) WEEKDAY and YEARDAY cannot be used. It doesn't make sense. 4) YEAR, MONTH and DAY could not be used with time values. 5) All timestamp_part values could be used with timestamp values. + 6) In Firebird 3.0.8 and 4.0.1 the return type for unit MILLISECOND was changed + from BIGINT to NUMERIC(18, 1). Example: select datediff(week from cast('yesterday' as timestamp) - 7 to current_timestamp)