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
Get N digit random number in Informatica
Forget Code
Informatica
Get N digit random number
By default RAND() function generates a value between 0 and 1. In case if you need the value to be a 5 digit random number or 4 digit random number you can use the following trick
FLOOR(RAND(1)*10000)
The above code may return some thing like 2342 or 8945 (values may change)
Tags for Get N digit random number in Informatica
4 digit random number in informatica
get whole random number in infa
informatica generate random string
how to work on 7 digit number in informatica
how to generate random number in informatica
how to generate five digit sequence in informatica
how to generate a random number in informatica
get n-digit decimal random java
generate random numbers is informatica
Contribute to Forget Code, help others.
Add snippet