Skip to content

Commit

Permalink
CORE-3102 (minor documentation mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Aug 9, 2010
1 parent 14962fb commit d29c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sql.extensions/README.builtin_functions.txt
Expand Up @@ -320,7 +320,7 @@ Notes:
doesn't increment it).

Example:
select dateadd(-1 day for current_date) as yesterday
select dateadd(-1 day to current_date) as yesterday
from rdb$database;


Expand Down

0 comments on commit d29c9df

Please sign in to comment.