SQL = "SELECT count(titel) as antal, titel FROM tabelnavn GROUP BY titel ORDER BY count(titel) DESC" Set rs = Conn.Execute(SQL) do while not rs.EOF Response.Write rs("antal") & " " & rs("titel") & "<br>" rs.Movenext loop
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.