![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: RPAD
Definition: RPAD (input_string, length, padding_character) Example Usage: The SQL query below pads the string 'PSOUG' with the character 'X' up to 10 characters. SQL> SELECT RPAD('PSOUG',10,'X') FROM DUAL; The SQL query shows that the padded length takes precedence over the actual length of the original string. SQL> SELECT RPAD('PSOUG', 3) FROM DUAL; Related Links:
Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 172 users online © 2009 psoug.org |