ADO.NET :: How To Select The Distinct

Feb 9, 2011

Having some troubles selecting distinct rows.

[Code]....

This is not giving me the wanted results.

Two models:

[code]....

Each ContentVersion is linked to Content through the ContentID.

I want to select all "Content" where UserID = X, then for each selected "Content" I want the latest "ContentVersion".

The return type should be of type <IQueryable>ContentVersion.

View 21 Replies


Similar Messages:

Select Distinct And Include Non-distinct Columns?

Apr 20, 2010

I would like to select a distinct query based on three fields and display the rest of the fields. For example,

I have firstname, lastname, address, city, state and zip, but I only want to use the distinct on these fields first and last name. However when i use the distinct function I get a distinct on all the selected rows. I just want to distinct firstname and lastname and display the other fields. for example,

Mary Smith New York
Mary Smithy New York
Mary Smith Maine

I would like the result to be:

Mary Smith New York
Mary Smithy New York

I don't care about Mary Smith Maine, because i am only using the distinct for "Mary Smith" firstname and last name and showing the city.

View 15 Replies

SQL Server :: Select Distinct From Another Select?

Feb 26, 2011

how to write a select distinct column1 from another select ?

i mean SELECT distinct column1 from (SELECT column1,column2,column3 where column1 =1)

View 1 Replies

ADO.NET :: Select Only One Distinct Record?

Nov 24, 2010

1.Category:
CatID(Pkey),
CatName,

ParentCatId(Fkey)=> CatID is used as a ParentCatId

2.Comp_Cat:
CCID(Pkey),
CatID,(fkey),
CompID

In my stored Procedure I am passing PageNo,CompID.. My requirement is that One parent CatName is displayed Per page but only one time.

View 4 Replies

ADO.NET :: How To Select Distinct With Count

Nov 3, 2010

This is something I can easily do in SQL, but I'm pretty new to LINQ and haven't been able to find an answer online.

I need a LINQ query that returns two values; the first a distinct value and the second the count of the first value. This is filtered by a parameter. Here is my table:

[code]....

View 2 Replies

SQL Server :: Use Distinct With * In Sql Select Statement?

Mar 21, 2011

how can i use Distinct in my sql statement &#65279;like that

SELECT
Distinct * from my_table ?? ? ? ?? ? ? ?

View 2 Replies

Using Select Distinct On An Already Created DataTable Object?

Nov 16, 2010

I have an already created DataTable object which i am using for my girdview (asp.net) i also need to bind a column of that object to a DropDownList. The datatable has the correct details in the column but the column contains more that 1 of the same name in the column - hence I would love to just do some kind of SELECT DISTINCT on the datatable and copy it to a new datatable for use with binding the dropdown.

This would allow me to save resources by making another trip to the database.

Here is an example, the current datatable has a column called items and in this column has the following entries

1
1
1
1
5
5
6

And of course i need only unique items for binding to my dropdown, hence i need the following data

1
5
6

Of course i don't want to change the original datatable object but rather make a copy of it will the new details.

View 2 Replies

SQL Server :: How To Select All Columns Of Table But To Distinct By One Column

Dec 29, 2010

How can i select all columns of table but to distinct by one column? i am tryin to figure it out without success, i know how to make distinct (select distinct column from table, but i need all the values from the table and to distinct by Delcompany.

my line is:

[Code]....

View 13 Replies

DataSource Controls :: Select Distinct With Where Clause Don't Work?

May 2, 2010

I'm using asp.net login on a SQL Database.

I have 12 users in my User tabel - one of the user I don't want to have in my select (the user is an admin).

I tried this:

[Code]....

I also tried:

WHERE (dbo.aspnet_Roles.RoleName <> 'Administrators')

Both time it took the user into the table....

If I instead try this

WHERE (dbo.aspnet_Roles.RoleName = 'Administrators')

I get only one row (as expected).

What is wrong with the above sql statement - why can't I get 11 users and not them all (12 users)?

View 3 Replies

DataSource Controls :: Select Distinct Field In LinqDataSource

Jun 3, 2010

<
asp:LinqDataSource
ID="LinqDataSourceSM"
runat="server"
ContextTypeName="SalesIntranetSolution.DataClasses.salesIntranetDataClassesDataContext"
OrderBy="reportTo"
Select="new (reportTo)"
TableName="cubeSalesRepRollups">
</asp:LinqDataSource>

Does somebody know how I can modify this LinqDataSource to select distinct records only?

View 1 Replies

DataSource Controls :: How To Select Multiple Columns With Distinct Key Word

Jan 2, 2010

there are multiple rows with same SubContact_No and with same value of some columns. for a single column I am firing query like

Select distinct (Financial_Status) from mtblSub_Contract where SubContract_No=@SubContract_No";

it's working fine.... (it's ok with a Single column)

But Now I need multiple columns value so how to query for this.

Select distinct (Financial_Status, colums2, column3) from mtblSub_Contract where SubContract_No=@SubContract_No"; is not working

So how to do that.

View 5 Replies

SQL Server :: Query To Return Conditional Counts Both Distinct And Non Distinct?

Sep 30, 2010

I have the following table structure:

[code]....

The following query returns the default recordset:

[code]....

View 4 Replies

SQL Server :: Select Number Of Items With Distinct Brand For Each Brand?

Feb 4, 2011

I have a page where I'm displaying all the different brand that I company stocks

For each distinct brand I need to display a count of the number of items with that particular brand

e.g.

brand name
number of products with that brand
brand name 2
number of products with that brand
brand name 3
number of products with that brand

View 2 Replies

SQL Server :: How To Get Distinct Column Name Which Are Having Distinct Values In The Column

Feb 4, 2011

I have one table(tableName is getDetails and having three column ID, Name, City)

View 6 Replies

SQL Server :: Get Distinct When Having Row Id

Oct 13, 2010

I have tableone:

rowid pid gid dis
1 1222 aa dd
2 1222 bb cc
3 1222 cc dd
4 1331 vv cc
5 1331 cc zz
6 1414 zz cc
5 1414 xx zz

I need get distinct pid with rowid together. select * distince pid from tableone However, I get error: select rowid, distinct pid from tableone? Is any way to work out this one?

View 4 Replies

ADO.NET :: To Use Distinct With IEqualityComparer?

Nov 12, 2010

public static IEnumerable GetSollicitanten()

View 1 Replies

ADO.NET :: Using Distinct With Row Filter?

Oct 30, 2010

I am having difficulty in usint distinct with row filter, how to do this without using distinct.As i think distinct does not work with row filter.

Dim dsEName As DataSet = biz.GetEvent()
Dim dt As DataTable = dsEName.Tables(0)
Dim dv As New DataView(dsEName.Tables("dt"))
dv.RowFilter = "DISTINCT EventName "
Me.ddlEventName.DataSource = dv
Me.ddlEventName.DataTextField = "EventName"
Me.ddlEventName.DataValueField = "EventName"
Me.ddlEventName.DataBind()

View 1 Replies

C# - How To Get Distinct Records In Datatable

Jul 20, 2010

I am using C# + VSTS 2008 + .Net + ASP.Net + IIS 7.0 + ADO.Net + SQL Server 2008. I have a ADO.Net datatable object, and I want to filter out duplicate/similar records (in my specific rule to judge whether records are duplicate/similar -- if record/row has the same value for a string column, I will treat them as duplicate/similar records), and only keep one of such duplicate/similar records.

The output needs to be a datatable, may output the same datatable object if filter operation could be operated on the same datatable object.

What is the most efficient solution?

View 3 Replies

Web Forms :: Distinct Arraylist Value Using C#?

Feb 22, 2010

how to distinct arraylist value using c#?

View 10 Replies

SQL Server :: How To Get Distinct CSV Values

Jan 17, 2011

Here's my current table data.

AccountNumber Product
00505871 Product1
00505871 Product2
00503297 Product3
00900004 Product4
00505871 Product3
00514884 Product3
00503297 Product2
00505871 Product1

How can I achieve following result.

AccountNumber ProductString
00505871 Product1,Product2,Product3,
00503297 Product2,Product3
00900004 Product4
00514884 Product3

View 13 Replies

How To Get Distinct Users From Website And Its Sub Websites

Nov 9, 2010

I got a requirement from client that he wants to know distinct users information from sites and it sub sites those have access to site. There are separate groups for each subsite (contribute, approval and full access). From these all groups find distinct user information.

How can we do that using Object model?

View 1 Replies

ADO.NET :: How To Get The Distinct Value Form DataTable Using LINQ

Oct 27, 2010

I would like to get the distinct value form DataTabel using LINQ.

For example my sample table,

[code]....

1. How to get the distinct Country from Country you like column and the return records as Array or DataTable? (I want only India,USA,UK,Germany )

Is there any way to filter the record values using LINQ?

View 3 Replies

Web Forms :: How To Check Distinct Val In Datatable

Jan 28, 2010

how can i check distinct val in col_1 of datatable and assign seq no to each distinct val of col_1 to col_2?

View 6 Replies

ADO.NET :: Distinct Values From A Column In Datatable?

Sep 21, 2010

I have a datatable dt with 4 columns. I want to retrieve only distinct values from column1 of datatable.

How can I achieve this using c# code?

View 3 Replies

ADO.NET :: How Many Elements Are Present In Distinct Array

Sep 8, 2010

I'm not sure if this is the right forum to ask. But I'm using ASP.net 3.5 & I've below code:

[Code]....

Now, I want to check how many elements are present in this distinct array & if the number of elements in this distinct array is more than 500, then I need to fetch only those first 500 elements. How can I achieve this?

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved