Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
14460 Points
2402 Posts
May 01, 2012 07:24 AM|LINK
yanivhanya tried to use "distinct", but i can't get all the table information by using it.
DISTINCT is working on select column list.
You must have to select only those columns which are giving you distinct records.
You can also use the rank/row number function to get the unique values.
Post your other tables structure with data & expected output
yrb.yogi
Star
14460 Points
2402 Posts
Re: select distinct from multipale tables
May 01, 2012 07:24 AM|LINK
DISTINCT is working on select column list.
You must have to select only those columns which are giving you distinct records.
You can also use the rank/row number function to get the unique values.
Post your other tables structure with data & expected output
.Net All About