Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个使用 Table Summarize 来计算行数的视图。一种观点是学生到达,另一种观点是学生离开。
我想从 ViewA(到达)中减去 ViewB(出发)中的行数,并将它们组合成一个净数字。也许结合另一种观点。
我知道联合是一种合并工具,但我不想合并结果集,我只想减去行数。
任何建议都非常感谢!