| List: | General Discussion | « Previous MessageNext Message » | |
| From: | ChinaConnect | Date: | March 11 1999 11:23pm |
| Subject: | select count distinct | ||
| View as plain text | |||
Hi, In mysql, it doesn't look like you can do this: select count(distinct id) from sometable. If this is true, how would I count the number of times distinct ids occur? G
