gpt4 book ai didi

SQL:按 value1 和 "not"value1 分组?

转载 作者:行者123 更新时间:2023-12-04 21:43:15 27 4
gpt4 key购买 nike

我有一个表,其中包含如下内容:

OrderNo, OrderType
1, Type1
2, Type1
3, Type2
4, Type3
5, Type4

在 OrderType 上进行“分组依据”很容易,但是有没有一种方法可以进行“分组依据”以获得如下内容:

OrderCount, OrderType
2, Type1
3, Not Type1

这是 DB2,但理想情况下,我正在寻找一种无论 DB 供应商如何都能正常工作的解决方案。

最佳答案

当 OrderType = 'type1' then 'type1' else 'not type 1' end 时按情况分组

关于SQL:按 value1 和 "not"value1 分组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12897688/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com