Как получить текущее время?
01.01.2007
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 values(cast('now' as DATE), 'Test')
01.01.2007
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 values(cast('now' as DATE), 'Test')
|
Previous page:
Создание UDF для InterBase |
Top: DRKB |
Next page: Удаление большого количества записей |