Skip to content

Commit

Permalink
Fixed JPAQL EXTRACT function specification. (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
  • Loading branch information
Tomas-Kraus committed Jan 18, 2022
1 parent c2dedca commit dd70f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/ch04-query-language.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
// Copyright (c) 2017, 2022 Contributors to the Eclipse Foundation
//

== Query Language [[a4665]]
Expand Down Expand Up @@ -1800,6 +1800,7 @@ value:

- YEAR means the calendar year.
- QUARTER means the calendar quarter, numbered from 1 to 4.
- MONTH means the calendar month of the year, numbered from 1.
- WEEK means the ISO-8601 week number.
- DAY means the calendar day of the month, numbered from 1.
- HOUR means the hour of the day in 24-hour time, numbered from 0 to 23.
Expand Down

0 comments on commit dd70f82

Please sign in to comment.