I have a tablle like this.
cust acc
---------------
a 1
b 2|3
c 4|5|6
I Want below o/p:
cust acc
-----------
a 1
b 2
b 3
c 4
c 5
c 6
Please any one can you have any ideas share me.
I have urgent requirement.
Answer Posted / monu singh shekhawat
select * from tab
group by acc
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Name three sql operations that perform a sort.
What are the benefits of pl sql?
What is left join in sql?
Why do we use set serveroutput on?
What is sql injection vulnerability?
What is rename in sql?
How much does sqlite cost?
How do I use google cloud in sql?
What is sequence in sql?
What is a sql profiler?
What is the meaning of disabling a trigger?
Does a user_objects view have an entry for a trigger?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is a primary key? Explain
What is duration in sql profiler trace?