DaveBirdsall commented on a change in pull request #1830: [TRAFODION-3298] Add 
the FLOOR Function and the Comparison between Four Functions of Rounding 
Numbers in the Trafodion SQL Reference Manual
URL: https://github.com/apache/trafodion/pull/1830#discussion_r275872321
 
 

 ##########
 File path: 
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
 ##########
 @@ -5367,6 +5367,664 @@ insert into tlob130txt1 
values(1,filetolob('lob_input_a1.txt'));
 update tlob1 set c2=filetolob('hdfs:///lobs/lob_update.txt', append) where c1 
= 3;
 ```
 
+[[floor_function]]
+== FLOOR Function
+
+The FLOOR function rounds down `_numeric-expression_` to the next largest 
integer less than or equal to `_numeric-expression_`.  
 
 Review comment:
   Minor wordsmith: "The FLOOR function rounds down a `_numeric-expression_` to 
the largest integer less than or equal to `_numeric-expression_`."  (Add "a", 
delete "next")

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to