Oracle LPAD() FunctionLPAD is a String function of Oracle. This function returns the left padded to the given length. SyntaxParametersstring1: string to be padded from left. padded_length : length to be padded from left. pad_string: it is optional. It is the string that will be padded from the left side of string1. ReturnThis function returns the left padded to the given length. Example 1Example 2Next TopicOracle String |