Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
Floor - Integer less than or equal to current number in Informatica
Forget Code
Informatica
Floor - Integer less than or equal to current number
Syntax
FLOOR(numeric_value)
Example : Truncate decimal value is price
FLOOR(price)
PRICE
OUTPUT
3.4
3
3.99
3
NULL
NULL
-3.14
-4
-3.99
-4
Note : This function will not produce the desired output when the value of precision is greater than 28 i.e there are more than 28 digits after decimal point.
Tags for Floor - Integer less than or equal to current number in Informatica
truncate decimal in informatica
floor in infa
remove digits after decimal point in informatica
floor(0) in informatica
floor() informatica
floor operation in informatica
floor function in informatica
floor informatica
FLOOR
comparing the decimal value to integer in informatica
Contribute to Forget Code, help others.
Add snippet