本文介绍了IIF vs群组查询中的哪个更快?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道在这种情况下会更快:
我有table1 = {ID,Type,BData,Quantity}
有2种类型{A,B}
如果我想知道A的总和,B
我可以用这个
I want to know what will be faster in this situation:
I have table1 = {ID, Type, BData, Quantity}
There are 2 type {A, B}
if I want to know sum of A, B
I can use this
展开 | 选择 | Wrap | 行号
推荐答案
这篇关于IIF vs群组查询中的哪个更快?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!