If I use DBMS_OUTPUT.PUT_LINE() method, it always appends a new line character at end.
But what if I want to print lets say Fibonacci series in same line.
I know the logic of fibonacci…
I just want to know which method would I use to put whole output in same line.
I am using PL/SQL
Use
DBMS_OUTPUT.PUTinstead ofDBMS_OUTPUT.PUT_LINE