Subject | AW: [firebird-support] Array datatype? |
---|---|
Author | Check_Mail |
Post date | 2019-08-30T09:22:12Z |
Oh, Alan,
I’m using the extract-function. What do you use?
select extract(weekday from current_date) from rdb$database – result is 5.
Von: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
Gesendet: Freitag, 30. August 2019 09:01
An: firebird-support@yahoogroups.com
Betreff: RE: [firebird-support] Array datatype?
Hello Alan,
Im using now the extract function an there is 0 = Sunday, 1 = Monday I think.
It’s Friday here today:
select f_dayofweek(current_timestamp) from rdb$database
returns 6