当前位置:Gxlcms > 数据库问题 > ORACLE_LPAD_FUNCTION

ORACLE_LPAD_FUNCTION

时间:2021-07-01 10:21:17 帮助过:18人阅读

LPAD(‘tech‘, 7);
Result: ‘   tech‘

LPAD(‘tech‘, 2);
Result: ‘te‘

LPAD(‘tech‘, 8, ‘0‘);
Result: ‘0000tech‘

LPAD(‘tech on the net‘, 15, ‘z‘);
Result: ‘tech on the net‘

LPAD(‘tech on the net‘, 16, ‘z‘);
Result: ‘ztech on the net‘

ORACLE_LPAD_FUNCTION

标签:specific   string   returns   hand   xpl   col   style   argument   plsql   

人气教程排行