How to use BOOLEAN type in SELECT statement

后端 未结 10 1374
鱼传尺愫
鱼传尺愫 2020-11-29 01:43

I have a PL/SQL function with BOOLEAN in parameter:

function get_something(name in varchar2, ignore_notfound in boolean);

This function is

10条回答
提交回复
热议问题