Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: sql character function to fill a string
Try:
RPAD(string, str_len,'<pad char>')
and
LPAD(string, str_len,'<pad char>')
Note: replace str_len with your length function.
;)
-- Posted via http://dbforums.comReceived on Wed Aug 27 2003 - 11:09:42 CDT