Re: can i apply distinct in all column of every row
From: Ed prochak <ed.prochak_at_alltel.com>
Date: 8 Apr 2002 14:06:41 -0700
Message-ID: <e51b160.0204081306.6a2819_at_posting.google.com>
Date: 8 Apr 2002 14:06:41 -0700
Message-ID: <e51b160.0204081306.6a2819_at_posting.google.com>
sohelcsc_at_yahoo.com (Leader) wrote in message news:<b1a93c73.0204071252.497f2f56_at_posting.google.com>...
> Hi All,
>
> I want help about distinct.
> I need distinct row, i mean every column needs to be distinct.
>
> any suggestion???
>
> thanks
> hoque
RTFM
select distinct *
from table;
returns only distinct rows.
(now come back with your real question!)
ED Received on Mon Apr 08 2002 - 23:06:41 CEST