分类聚合统计 博客分类: mysql数据库
程序员文章站
2024-03-22 20:38:40
...
SELECT
user_id,
SUM(CASE when tx_type='1' then tx_amount else 0 end) as charge,
SUM(CASE when tx_type='2' then tx_amount else 0 end) as withdraw
FROM
T_TX_DETAIL
WHERE
TX_STATUS = '2'
GROUP BY
USER_ID
推荐阅读
-
mysql linux安裝(二)——rpm方式 博客分类: mysql
-
分类聚合统计 博客分类: mysql数据库
-
应用程序插入mysql中文出现乱码问题解决 博客分类: 数据库mysql
-
连接远程数据库问题 博客分类: 数据库 oracle
-
mysql 中根据查询结果排名 博客分类: 数据库mysql
-
MyBatis常用几种写法 博客分类: 数据库mysql
-
在MySql中,这四种方法可以避免重复插入数据! 博客分类: mysql数据库
-
远程连接数据库问题 博客分类: 数据库 Oracle
-
Q4M queue for Mysql 博客分类: database
-
连接远程数据库问题 博客分类: 数据库 oracle