If I use the DBMS_OUTPUT.PUT_LINE()
method, it always adds a new line character at the end.
But what if I want to print, we can say that the Fibonacci series is on the same line.
I know the fibonacci logic ...
I just want to know which method I would use to print all the output on one line.
I am using PL / SQL
Tarun source share