TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Manish Tewatia
20
48.2k
3.3m
How to get same type of data in same line in PL/SQL.?
Mar 24 2011 1:44 AM
Suppose we have a table of two column like:
'A', '12'
'B', '34'
'B', '45'
'B', '67'
'C', '89'
'C', '98'
'D', '43'
Now I want a output shows like:
'A', '12'
'B','34','45', '67'
'C', '89', '98'
'D', '43'
So, what query I have to write for that...??
Reply
Answers (
1
)
Which are the default passwords of SYSTEM/SYS?
'Default' is not inserting values while creating tables.