计算没有 COUNT 的元组数量。是否可以?
我想知道是否有任何方法可以在不实际使用 COUNT 函数的情况下计算表中元组的数量?
A B C
XXXX YYYY IIII
XXXX SSSS PPPP
RRRR TTTT FFFF
KKKK AAAA BBBB
如果我想知道 XXXX 出现了多少次而不使用 COUNT。有可能吗?
I would like to know if there is any way of counting the number of tuples in a table without actually using the COUNT function?
A B C
XXXX YYYY IIII
XXXX SSSS PPPP
RRRR TTTT FFFF
KKKK AAAA BBBB
If I would like to know how many times XXXX has appeared without using COUNT. Is is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这算不算?
或者,如果“XXXX”可以出现在其他列中:
Does this count?
Or, if 'XXXX' can appear in the other columns: