unisysguru
Programmer
I am new, so please forgive my ignorance. I am trying to output data with leading spaces, this is truncated.
dbms_output.put_line(lpad('CREATE: ',30||mydate));
it displays as:
CREATE: 20040101
instead of
CREATE: 20040101
Why is this happening?
Thanks
Bill Pendleton
dbms_output.put_line(lpad('CREATE: ',30||mydate));
it displays as:
CREATE: 20040101
instead of
CREATE: 20040101
Why is this happening?
Thanks
Bill Pendleton