Seite 1 von 1

db count != postinganzahl ???

Verfasst: 09.01.2004 20:12
von windson
hi,

folgende frage:

wenn ich auf die db ein "SELECT count( * ) FROM `forum_posts` " mache komme ich auf 100177 zeilen.

das forum zeigt mir als admin aber nur 100158 postings.

wie kommt es zu dieser differenz?

Verfasst: 10.01.2004 10:51
von PhilippK
Probier mal testweise

Code: Alles auswählen

SELECT count( * ) FROM forum_posts_text
Gruß, Philipp