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
narasiman rao
NA
519
772.1k
showing the output using sql server
May 15 2013 10:21 AM
select f.bfid,f.bthid,b.class,b.bthno from bthfac f,batch b where month(b.examdate)= 9
and year(b.examdate)= 2011 and b.bthid = f.bthid and f.facid = '4,6,9';
when i execute the above query output as follows;
bfid bfid Class Bthno
18 18 AFF BAFFTEST
select r.rate,f.bfid,f.bthid,b.class,b.bthno from bthfac f,batch b,facfeedback r where month(b.examdate)= 9
and year(b.examdate)= 2011 and b.bthid = f.bthid and r.bfid = f.bfid and f.facid = '4,6,9';
Rgds,
Rao
Reply
Answers (
1
)
Selecting datarow from datatable using parameters
Delete a data in C#