
If you were logged in you would be able to see more operations.
|
|
|
in file README.builtin_functions.txt
example for use function DATEADD is bad
select dateadd(-1 day for current_date) as yesterday
from rdb$database
word "for" is not valid
should be
select dateadd(-1 day to current_date) as yesterday
from rdb$database
|
Description
|
in file README.builtin_functions.txt
example for use function DATEADD is bad
select dateadd(-1 day for current_date) as yesterday
from rdb$database
word "for" is not valid
should be
select dateadd(-1 day to current_date) as yesterday
from rdb$database |
Show » |
|
Moved to core team, as the README.*s are not within my jurisdiction ;-)