Github user traflm commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1399#discussion_r162050572
--- Diff:
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---
@@ -6337,6 +6337,300 @@ UPDATE persnl.job
SET jobdesc = RIGHT (jobdesc, 12);
```
+<<<
+[[rollup_function]]
--- End diff --
I think this is not a function but a clause, so I suggest move this chapter
into chapter 6?
I am not sure about this, @DaveBirdsall what do you think here?
---