SELECT COUNT(DISTINCT field) FROM table
nebo
SELECT COUNT(*) FROM table GROUP BY field;
(btw - toto bylo již několikrát zodpovězeno jinde na tomto webu)
SELECT COUNT(DISTINCT field) FROM table
nebo
SELECT COUNT(*) FROM table GROUP BY field;
(btw - toto bylo již několikrát zodpovězeno jinde na tomto webu)