Re: Query - Top Ten

2002-10-29 Thread Peter Brawley
SELECT ... ORDER BY score LIMIT 10 PB - - Original Message - From: "Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 1:11 PM Subject: Query - Top Ten > Hello, > > I have a table with the following structure and values: > > CustomerIDScore > >

RE: Query - Top Ten

2002-10-29 Thread James Northcott
> Hello, > > I have a table with the following structure and values: > > CustomerIDScore > > 4 8 > 2 6 > 3 2 > 3 8 > 4 7 > 2 7 > > I would like to query