Page 1 of 1

distinct select

Posted: Tue Aug 13, 2002 12:43 am
by prasadharischandra
in my select
i have 3 same values but hardcord
eg:
745
754
754
764
764
how to take
745
764
754

Posted: Tue Aug 13, 2002 2:25 am
by twigletmac
Please explain exactly what you are trying to do and what you've already tried. We cannot help you if you post vague statements with little or no information about the problem. From reading the stuff in the post it doesn't even appear to have anything to do with PHP.

Mac

Posted: Tue Aug 13, 2002 4:46 am
by 9902468
select distinct something from somewhere

(works for me)