SQL Server 2000,返回具有相同值的单元格数量
1
1
1
2
2
2
2
3
例如,我在表中有以下数据,现在我想对具有相同值的行进行计数,这样我将得到:
1 = 3 (cells with the value of 1 returns a count of 3)
2 = 4 (...)
3 = 1 (...)
我想得到这样的结果,因为我想在 html 表上创建动态行跨度...任何帮助将不胜感激..顺便说一下我正在使用php和mssql server 2000..
1
1
1
2
2
2
2
3
For example I have the following data in a table, now I want to count rows with the same values so that I will have:
1 = 3 (cells with the value of 1 returns a count of 3)
2 = 4 (...)
3 = 1 (...)
I want to get results like this because I want to create a dynamic rowspan on an html table... Any help would be appreciated.. by the way I am using php and mssql server 2000..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:
此线程可能有帮助:
http://forums.mysql.com/read。 php?20,397163,397178
Edit:
This thread might help:
http://forums.mysql.com/read.php?20,397163,397178