Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: misapena
  • Content: Threads
  • Order by date
  1. misapena

    printing tabs in reports from a stored procedure?

    Hi all, I'm trying to print tabs between my dbms_output.put(field) to format the data nicely. Any clues? Thanks, Lisa
  2. misapena

    Stored Procedure - expand single char to string for reports

    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...

Part and Inventory Search

Back
Top