CassidyHunt
IS-IT--Management
This is probably a really simple question but I haven't been able to find an answer by googling or going through the posts here.
Is there a way to make columns in the dbms_output.put_line so that you can line up text?
an example would be this:
Currently I get this
Thanks
Cassidy
Is there a way to make columns in the dbms_output.put_line so that you can line up text?
an example would be this:
Code:
id description Cost
LHP001 This is a part number $5.00
LHP002 This is another part number $6.00
Currently I get this
Code:
id description Cost
LHP001 This is a part number $5.00
LHP002 This is another part number $6.00
Thanks
Cassidy