non usare having ma WHERE
ciaoCodice PHP:
select autore, count( autore ) as tagcount
from forum_msg
where discussione = '982'
group by ( autore )
order by autore asc
![]()
non usare having ma WHERE
ciaoCodice PHP:
select autore, count( autore ) as tagcount
from forum_msg
where discussione = '982'
group by ( autore )
order by autore asc
![]()