Re: count(distinct

2002-01-09 Thread Ilic
at line 1 >I don't have MySQL on the computer I am on to test this but you >might try rewriting it this way: > >select count(distinct(ip)) from pole_voit Already done. It does'nt work to. Ilic. -

count(distinct

2002-01-08 Thread Ilic
SELECT count(distinct ip) FROM pole_voti It does'nt work. Why ? PhpMyAdmin says: You have an error in your SQL syntax near 'distinct ip) FROM pole_voti' at line 1 Why ? Where is the error ? Ilic. - Before