Exchange Links About this site
Links to us
Question: How can I determine the current date / time in InterBase? (Version 5.0) Answer: InterBase supports four DATE literals. They are: 'today', 'yesterday', 'tomorrow' and 'now' Use it with a cast as shown in the example below.
insert into mytable (TIME_FIELD, MESSAGE_FIELD) values(cast('now' as DATE), 'Test')
Comments:
Info/ Feedback on this
Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity. The owner of this web site reserves the right to delete such material.