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
Devendra Kumar
NA
517
244.4k
how to select value when have multiple value in single colum
Jun 17 2016 5:07 AM
how to select value when have multiple value in single column
i want select value and single column have values like: [A,B,C,D]
select
*
from
dbo.Tbl_Products
inner join
dbo.tbl_size
on
tbl_size.sizename=Tbl_Products.sizename
where
ProductName='xyz'
for example in this product name
ProductName='xyz'
size have a,b,c,d,
then it show one bye one
and it bind in dropdown list please any body help
Reply
Answers (
1
)
Indexing in sql 2008
single column have multiple value show each value new row