Oracle Command LPAD

Il comando LPAD รจ ulizzato per formattare un campo con in determinato segnaposto.

Sintassi:
LPAD(<campo1>,<numero_cifre>,<segnaposto>)

esempio:

SELECT LPAD( DUMMY,9,'0') FROM DUAL
This entry was posted in Database, Oracle, Structured Query Language. Bookmark the permalink.