我想通过sql查询显示RAmount字段的多个状态,type=1,type=2,type=3,type=4的不同值,同时显示出来,

 我来答
来学习的DBA
2015-04-07 · TA获得超过298个赞
知道小有建树答主
回答量:369
采纳率:0%
帮助的人:209万
展开全部
不是很明白你要问什么:
select RAmount from 表名 where type=1
union select RAmount from 表名 where type=2
union select RAmount from 表名 where type=3
union select RAmount from 表名 where type=4
追问

后面的四个字段是RAmount字段不同状态的值。。。谢谢了!

追答
大概明白一点你的意思了, 你看看下面sql  t1,t2,t3,t4 就是这4个阶段的值
select (select RAmount from a a1 where a1.num=a.num and type=1) t1,
(select RAmount from a a2 where a2.num=a.num and type=2) t2,
(select RAmount from a a3 where a3.num=a.num and type=3) t3,
(select RAmount from a a4 where a4.num=a.num and type=4) t4 from a;
百度网友b79ba8e
2015-04-07
知道答主
回答量:18
采纳率:0%
帮助的人:12.5万
展开全部
where type in (1,2,3,4)
或者
where type = 1 or type =2 or type =3 or type =4
追问

后面的四个字段是RAmount字段不同状态的值。。。谢谢了!

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式