You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by GitBox <gi...@apache.org> on 2019/04/17 00:47:07 UTC

[GitHub] [trafodion] liuyu000 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

liuyu000 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_r276044121
 
 

 ##########
 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:
   @DaveBirdsall Thank you, Dave. I've incorporated your comment.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services