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
Bikash Das
NA
120
1.7k
Fetch Records from two table in a single row
Aug 13 2012 9:24 AM
suppose i have two table like
Student
------------------------
Roll
Name
Address
1
Bikash
bbsr
2
Tapan
ctc
3
Saroj
puri
4
Manoj
bbsr
Book Issue
-------------------------------------
Roll
Book
Date
1
C#
21/03/2012
2
C programming
21/03/2012
1
Sql Server
03/04/2012
2
C++
03/04/2012
Result should be
---------------------------------
Roll Name Book Date
--------------------------------------------------------------------------------------------------------
1 Bikash C#,Sql Server 21/03/2012,03/04/2012
2 Tapan c programming,c++ 21/03/2012,03/04/2012
please give me solution. already i have used group by with role number but not working.
Reply
Answers (
5
)
MS SQL 2008, Load balancing and database mirroring or failover clustering?
Query for Calculating Third Column and returning these values using two columns