increment function in plsql

好久不见. 提交于 2019-12-04 23:54:56

The operators are listed in the documentation.

There is no equivalent of ++ or +=. I'm afraid you have to do it the long way.

You could write your own inc() function but that would probably make your code less readable to others as it would be non-standard.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!