Subject RE: [firebird-support] fb book error?
Author Alan McDonald
> I'm using 1.5.4, the book says (p157) extract yearday has limits of
> 1-366 yet the statement below returns 0
>
> select extract(yearday from cast('01/01/2007 01:01:01' as timestamp) )
> from rdb$database
>

maybe check the errata
seems like it's 0-365
Alan