mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
Docs about FirebirdSQL/firebird-documentation#173
This commit is contained in:
parent
f9a532ca73
commit
64c34f5127
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user