M
Mike
I have a website that lists projects of various types. I
would like a summary page that lists:
xx projects in system. xx are currently enabled. xx are
currently disabled. xx are in category yy, etc.
I know how to use the:
SELECT Count(ID) FROM table WHERE (enabled = 1) to show
enabled projects.
How do I get the more lengthy summary I want.
-M
would like a summary page that lists:
xx projects in system. xx are currently enabled. xx are
currently disabled. xx are in category yy, etc.
I know how to use the:
SELECT Count(ID) FROM table WHERE (enabled = 1) to show
enabled projects.
How do I get the more lengthy summary I want.
-M