Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to RPad a field, having code issues

3017499Aug 21 2015 — edited Aug 21 2015

Here is what I have in the results, not the query.  Substr( Na_First_Last, 1,  Instr( Na_First_Last, ' ', 1,1))  This works fine, however.......I need to add this piece, RPAD(COLUMN, 48, ' ').  My struggle is I need to built this in the query and not the results.  Any help would be appreciated

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2015
Added on Aug 21 2015
8 comments
1,013 views