oracle数据库
qq_37628382
这个作者很懒,什么都没留下…
展开
-
oracle关于case when和count结合的用法
select count(case when b.schedule = ‘0’ then ‘男’ else null end), count(case when b.schedule = ‘1’ then ‘女’else null end) from wsbs_apply b...原创 2018-08-01 19:11:51 · 9187 阅读 · 0 评论 -
ORACLE查询条件查询所有数据,并根据查询条件返回不同USERNAME,nvl2用法
select tu.*,tb.id,tb.biddername,nvl2(tu.username, tu.enterprisename, tb.biddername) as username,tb.price,to_char(tb.pricedate, ‘yyyy-mm-dd hh24:mi:ss’) pricedatefrom trans_bidder tbleft join tr...原创 2019-01-03 12:13:21 · 1643 阅读 · 0 评论