提交 31155068 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update help.csv

上级 d561bbf1
...@@ -44,7 +44,11 @@ Non-window aggregate functions are allowed in this clause. ...@@ -44,7 +44,11 @@ Non-window aggregate functions are allowed in this clause.
7. QUALIFY filters rows after evaluation of window functions. 7. QUALIFY filters rows after evaluation of window functions.
Aggregate and window functions are allowed in this clause. Aggregate and window functions are allowed in this clause.
8. DISTINCT removes duplicates. If DISTINCT ON is used only the specified expressions are checked for duplicates. 8. DISTINCT removes duplicates.
If DISTINCT ON is used only the specified expressions are checked for duplicates;
ORDER BY clause, if any, is used to determine preserved rows.
First row is each DISTINCT ON group is preserved.
In absence of ORDER BY preserved rows are not determined, database may choose any row from each DISTINCT ON group.
9. UNION, EXCEPT (MINUS), and INTERSECT combine the result of this query with the results of another query. 9. UNION, EXCEPT (MINUS), and INTERSECT combine the result of this query with the results of another query.
Multiple set operators (UNION, INTERSECT, MINUS, EXCEPT) are evaluated from left to right. Multiple set operators (UNION, INTERSECT, MINUS, EXCEPT) are evaluated from left to right.
......
...@@ -136,15 +136,15 @@ In Build.java, comment "-Xdoclint:none", but don't commit that change. ...@@ -136,15 +136,15 @@ In Build.java, comment "-Xdoclint:none", but don't commit that change.
# http://central.sonatype.org/pages/ossrh-guide.html # http://central.sonatype.org/pages/ossrh-guide.html
# http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html # http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html
# https://oss.sonatype.org/#welcome - Log In "t..." # https://oss.sonatype.org/#welcome - Log In "t..."
# sometimes this doesn't work reliably and you will have to retry # sometimes this doesn't work reliably and you will have to retry
# - Staging Upload # - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2/.../bundle.jar # - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2/.../bundle.jar
# - Upload Bundle # - Upload Bundle
# - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm # - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm
# - Staging Upload # - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2-mvstore/.../bundle.jar # - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/h2database/.../h2-mvstore/.../bundle.jar
# - Upload Bundle # - Upload Bundle
# - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm # - Staging Repositories - Refresh - select comh2database-<...> - Release - Confirm
Update statistics. Update statistics.
......
...@@ -809,4 +809,4 @@ preserves masking holder unboxing avert iae transformed subtle reevaluate exclus ...@@ -809,4 +809,4 @@ preserves masking holder unboxing avert iae transformed subtle reevaluate exclus
presorted inclusion contexts aax mwd percentile cont interpolate mwa hypothetical regproc childed listagg foreground presorted inclusion contexts aax mwd percentile cont interpolate mwa hypothetical regproc childed listagg foreground
isodow isoyear psql isodow isoyear psql
waiters waiters reliably httpsdocs privileged
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论