在学习oracle 的文档时,发现有下面的语句,我在jdevelop下面执行都有问题,这个例子是oracle官方文档里面的,麻烦解答一下,谢谢
The following more complex condition adds the salary value to the commission_
pct value (substituting the value 0 for null) and determines whether the sum is
greater than the number constant 25000:
NVL(salary, 0) + NVL(salary + (salary*commission_pct, 0) > 25000)