SQL Language (MOSC)

MOSC Banner

How can I get this result?

edited Jun 6, 2011 8:08PM in SQL Language (MOSC) 3 commentsAnswered ✓
 Hello, I have a table 'txomin' with this data:
id   c1      c2     c3
----------------------------
1     Y
1             N
1                      Y
2    N
2            N
2                      Y
.......

The result I need is:

id   c1      c2     c3
----------------------------
1     Y       N      Y
2     N       N      Y
......

How can I get this?

Thanks in advance

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