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
LPad - Left padding in Informatica
Forget Code
Informatica
LPad - Left padding
The LPAD function adds a set of blanks (Empty Spaces) or characters to the beginning of a string, and makes the string to uniform Length
General Syntax
LPAD (first_string, length [, second_string])
When the second argument is omitted, Informatica Pads with Spaces.
Example : Pads Marks With 0's and the length of the string is always uniform
LPAD (Marks, 3, '0')
Marks
Return Value
10
010
100
100
5
005
Tags for LPad - Left padding in Informatica
fixed length string
padding in infa
lpad function in infa
Informatica lpad syntax
DP_String Functions
LPAD in Informatica example
using lpad in informatica
lpad function informatica
informatica date pad 0
left padding in informatica
lpad in informatica with example
example of lpad in informatica
Contribute to Forget Code, help others.
Add snippet