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
Ganesh M
NA
63
54.4k
group by comma separated value
Aug 22 2014 2:20 AM
i have tow tables. one is Feature table and another one is Property table
The feature table contain following feilds and data
feauture id is primary key
Featureid
Type
1
Garden
2
Parking
3
Swimming pool
4
Balconys
And property table contains data like below
Propertyid is primary key
Propertyid Feature
1 1,2,4
2 3,4
3 1,3,4
4 2,3,4
5 1,4
i want property count feature wise
like below
Feature PropertyCount
Garden 3
Parking 2
Swimming pool 3
Balconys 5
How to join these two tables and property count group by feature Type
Reply
Answers (
1
)
Calling a stored procedure from c# method
I want to dsiplay the Details from table to single line str