Results 1 to 2 of 2

Thread: Report formate prob oracle SQL

  1. #1
    Join Date
    Feb 2003
    Posts
    49

    Report formate prob oracle SQL

    I want to display the result in oracle from .sql file as below ...can any try to help me on that ASAP


    --------------------------------
    Month1 Month2 Month3
    --------------------------------
    T1 100 4876 9876
    --------------------------------
    T2 300 4343 5454
    --------------------------------
    T3 5432 7896 6789
    --------------------------------
    Here months1....are not constant...
    they will change based on the user input

  2. #2
    Join Date
    Mar 2003
    Posts
    468
    please post table description and what the output means. i can't tell what where the columns begin or end. seems like you have three column headers but four values to a row. also explain the dash lines.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •