SQL Language (MOSC)

MOSC Banner

pivot one single column into one row

edited Aug 10, 2010 7:00AM in SQL Language (MOSC) 3 commentsAnswered
Hi,  How can I turn a single column into a single row?

select sid from v$session

Rather than
sid
-----
1
2
3
...

I would like it to be
sid
------
1,2,3...

Thansk,
Sha

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center