Re: Removing duplicate records
From: Peter (czupet_at_wsinc.com)
Date: 03/14/04
- Next message: William Ryan eMVP: "Re: Postgresql"
- Previous message: Dennis Patterson: "Re: Creating a system service for background SQL commands"
- In reply to: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Next in thread: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Reply: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 14 Mar 2004 11:43:07 -0600
So if I have the following record set how do I select first record?
Score Gender
80 Male
80 Male
80 Male
Thanks
"Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:d6vUMLOCEHA.1672@cpmsftngxa06.phx.gbl...
> Hi Peter,
>
> The syntax for the filter is just like the criteria in SQL statement after
> 'WHERE' clause. Here is an example.
>
> dsXml.Tables[0].Select("Score>80 and Gender='Male'");
>
> If anything is unclear, please feel free to reply to the post.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
- Next message: William Ryan eMVP: "Re: Postgresql"
- Previous message: Dennis Patterson: "Re: Creating a system service for background SQL commands"
- In reply to: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Next in thread: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Reply: Kevin Yu [MSFT]: "Re: Removing duplicate records"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|