Hi,
if you want to select a unique threadid to be read, try the following
MySQL sentence :
SELECT DISTINCT threadid FROM tablename;
Hope it helps you
SR
Dhaval Desai a écrit :
> Hello,
>
> Well I have a field in Mysql Database called threadid.
> I have unique threadid's stored in this field.
Hello,
Well I have a field in Mysql Database called threadid.
I have unique threadid's stored in this field. But the
problem is that I have like 10 entries for each
threadid. When I do a select statement for Mysql I
want only unique threadid's to be read.
How do I do that because I didn't find
2 matches
Mail list logo