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
What is dynamic sql in pl sql?
What is the difference between a procedure and a function?
How to handle bulk data?
What is implicit cursor in pl sql?
Can we use ddl statements in stored procedure?
What are commit, rollback, and savepoint?
What is crud diagram?
Can unique keys be null?
What is the use of function in sql?
What is recursive join in sql?
How many developers work on postgresql?
How do I start sql from command line?
What is the function that is used to transfer a pl/sql table log to a database table?
Is sql an operating system?
What is a record in pl/sql?