摘要: Coalesce()、greatest()、least() oracle比较一列的数据大小时,我们一般使用max()/min()函数,比较一行的最大值或者最小值时,使用函数Coalesce()/greatest()/least()。 测试数据准备 Coalesce() Coalesce (value 阅读全文
posted @ 2018-07-23 18:20 wangrui1587165 阅读(545) 评论(0) 推荐(0)