That's basically one of the the purposes of using a database! So you can extract such things as counts of entries etc.
basic SQL would be ->
Code:
SELECT COUNT(column) FROM table WHERE criterea = value;
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|