Query to get the output horizontally?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanQUEST
    New Member
    • Aug 2008
    • 7

    Query to get the output horizontally?

    hi,

    can anyone plz guide me abt how to get he output like the follow using a query & also the vice-versa?
    1.
    a
    b
    c
    d
    output shall be:

    a b c d
    2.
    abcd
    output shall be

    a
    b
    c
    d

    thanks in advance
    san
  • Dilip1983
    New Member
    • Jan 2008
    • 21

    #2
    You can create a function to see your output in rows/columns with out writing a big SQL query.

    Thanks
    Dilip

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Please post what you have tried so far??

      Comment

      Working...