I would like to have the values of my fields separated by tabs (or a specified number of white spaces) in a report. My code currently looks something like this:
for loop
dbms_output.put(field1)
dbms_output.put(field2)
if condition
dbms_output.put(field3)
else...
Hello all,
I'm very new to this and trying to write a stored procedure that will use the if/then/else control structure to check the single character field in my db and expand it to it's corresponding string for report viewing.
This is my code so far... which doesn't work:
CREATE OR REPLACE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.