Padl
The Padl()
function keeps prepending a single character to a text until a specified length is reached.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a new text where the indicated character is prepended as many times as necessary until the indicated length is reached.
Returns Invalid expression
if input values do not match required type.
Syntax
Parameters
Name | Type | Required | Description |
---|---|---|---|
| text, numeric | ☑️ | a text or a number. |
| numeric | ☑️ | the number of characters in the resulting text. |
| text | ☑️ | the character to prepend. If this value has more than 1 character, then the first character is taken. |
Last updated