Re: TOP Clause
- From: "Darren Shaffer" <darrenshaffer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Jul 2005 08:25:58 -0600
no, the only aggregate functions supported in SQL CE are
AVG, COUNT, MAX, MIN, and SUM.
SQL Mobile (next version of SQL CE) is supposed to
include support for TOP but it's not there in the betas yet.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
"Steve B." <steve_beauge@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OC%23t515iFHA.1044@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Is there any way other than coding to get the same result than the TOP
> clause available only on desktop SQL Server version ?
>
> If I query the DB using "SELECT TOP 3 * FROM anytable", I get a parsing
> error on TOP.
>
> Thanks,
> Steve
>
.
- Follow-Ups:
- Re: TOP Clause
- From: Steve B.
- Re: TOP Clause
- References:
- TOP Clause
- From: Steve B.
- TOP Clause
- Prev by Date: Re: How can I create multiple tables using sqlcecommand class?
- Next by Date: Re: Under what circumstances would GetDate() return NULL?
- Previous by thread: TOP Clause
- Next by thread: Re: TOP Clause
- Index(es):
Relevant Pages
|