函数 | 说明 | |
nvl(exp1,exp2) | 如果exp1的值为null,则返回exp2的值,否则返回exp1的值。 | |
nvl2(exp1,exp2,exp3) | 如果exp1的值为null,则返回exp2的值,否则返回exp3的值。 | |
decode(value,if1,then1,if2,then2,...,else) | 如果value的值为if1,则返回then1,如果value的值为if2,则返回then2,...否则返回else的值 |
函数 | 说明 | |
nvl(exp1,exp2) | 如果exp1的值为null,则返回exp2的值,否则返回exp1的值。 | |
nvl2(exp1,exp2,exp3) | 如果exp1的值为null,则返回exp2的值,否则返回exp3的值。 | |
decode(value,if1,then1,if2,then2,...,else) | 如果value的值为if1,则返回then1,如果value的值为if2,则返回then2,...否则返回else的值 |
有建议,请留言!