Skip to content

Commit

Permalink
Update guides/databases-sqlite.md
Browse files Browse the repository at this point in the history
Co-authored-by: René Jeglinsky <[email protected]>
  • Loading branch information
bugwelle and renejeglinsky authored Jan 17, 2024
1 parent de8ecd3 commit 7c02368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/databases-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ A specified set of standard functions is now supported in a **database-agnostic*
* `year` `month`, `day`, `hour`, `minute`, `second` — return parts of a datetime

> <sup>1</sup> Argument `n` is optional.
> These functions are only supported at runtime via the database service, but in CDS files.
> These functions are only supported at runtime using the database service, but not in CDS files.
The database service implementation translates these to the best-possible native SQL functions, thus enhancing the extent of **portable** queries.

Expand Down

0 comments on commit 7c02368

Please sign in to comment.