---
title: "count"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/9342-count"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "maniac"
published: "2001-05-07T21:04:00.000Z"
updated: "2001-05-07T21:09:00.000Z"
replies: 1
views: 114
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/asp/9342-count"
---

# count

## #1 — maniac, 2001-05-07T21:04Z

vad är koden för att räkna antalet inlägg i en tabell och sedan visa det på en sida ?

Permalänk: https://www.webforum.nu/p/9342

## #2 — LarsG, 2001-05-07T21:09Z

```

set rs = conn.execute("select count(*) as numeral from ogrish")
response.write rs("numeral")
```

Permalänk: https://www.webforum.nu/p/267968

---

Tråden på webben: https://www.webforum.nu/amne/asp/9342-count
