I tried, but no result. It could not filter duplicate entries. i need to
filter only 1st row of the duplicate entry.
"Tim Williams" wrote:
> Have you tried
>
> select field1,field2,.....
> from tablename
> group by field1, field2,....
>
> Tim
>
>
> "Prakash" <Prakash@discussions.microsoft.com> wrote in message
> news:6B564B61-B19F-403F-BAC2-D45794FE44A0@microsoft.com...
> > Hi,
> > I wanted to use Distinct Command thro MS query (excel)for filtering
> > duplication from other database. PLs confirm how i can use & syntax for
> > the
> > same.
> >
> > I have tried "SELECT DISTINCT FIELD1,FIELD2,..... FROM TABLE"
> >
> > Regards
>
>
>
Bookmarks