InterviewSolution
Saved Bookmarks
| 1. |
How to pad a string with zeros on the right in PL/SQL? |
|
Answer» The VSIZE() function RETURNS the number of bytes in the INTERNAL REPRESENTATION of an EXPRESSION. An example: VSIZE('Selection DAY')The output: 13 |
|