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
VINAY KUMAR
1.7k
92
63.2k
search only single record
Mar 15 2017 11:02 AM
select
table_a.Student_id,table_a.
name
,
sum
(table_b.amount)
from
table_a
left
outer
join
table_b
on
table_a.Student_id=table_b.student_id
group
by
table_a.Student_id
above code
i want search only single record only
above code is work for all records ......
how to use where condition
ex:-
tablename where id="232"
Reply
Answers (
4
)
Showing of tables
How to get a new copy from a polymorfic list?