Subject | Re: [firebird-support] date functions |
---|---|
Author | Ivan Prenosil |
Post date | 2003-12-05T12:15:06Z |
'NOW' (cast to timestamp) will return both date and time,
'TODAY', 'TOMORROW', 'YESTERDAY' (cast to timestamp)
will return zero time portion.
Or you can cast 'NOW' to DATE only.
Or use CURRENT_DATE (recommended).
Ivan
'TODAY', 'TOMORROW', 'YESTERDAY' (cast to timestamp)
will return zero time portion.
Or you can cast 'NOW' to DATE only.
Or use CURRENT_DATE (recommended).
Ivan