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
Mohit Kala
563
2.1k
136k
How to Group data In Sql Server Query
Feb 7 2018 5:34 AM
select cf.Name as FromName, tf.NoOfGoalFrom,ct.Name as ToName,tt.NoOfGoalTo from TournamentCurrentStatus t
inner JOIN TournamentCurrentStatusFrom tf on t.TournamentCurrentStatusFromID=tf.TournamentCurrentStatusFromID
inner JOIN TournamentCurrentStatusTo tt on t.TournamentCurrentStatusToID=tt.TournamentCurrentStatusToID
inner JOIN Club as cf on tf.ClubIDFrom=cf.ClubID
inner JOIN Club as ct on tt.ClubIDTo=ct.ClubID
How to group like Kdma-10 Both Goals Grouping with team name
Reply
Answers (
2
)
inheritence property, adding members in tree structure
to retrieve the table without backup