Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silviustanimir committed Nov 17, 2023
1 parent e6611d2 commit 30d2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In case you want to create the index on a source table, refer to the table using
```

#### dateadd ([source](macros/multiple_databases/dateadd.sql))
This macro adds a specified number value (as a signed integer) of the specified datepart of an input date or datetime, and then returns that modified value. The datepart can be any of the following values: year, quarter, month, week, day, hour, minute, second, millisecond.
This macro adds a specified number value (as a signed integer) of the specified datepart to an input date or datetime and then returns that modified value. The datepart can be any of the following values: year, quarter, month, week, day, hour, minute, second, millisecond.

Usage:
`{{ pm_utils.dateadd('[datepart]', [number], '[expression]') }}`
Expand Down

0 comments on commit 30d2c4f

Please sign in to comment.