plsql中怎么实现对话框里手动赋值

如题所述

参数前加'&' 或者使用ACCEPT,给你2个例子吧:
1) 参数前加'&'
v_eno student.name%type := &inp_name;
2) 使用ACCEPT
ACCEPT inp_name PROMPT 'Please enter the student name:'
温馨提示:答案为网友推荐,仅供参考
相似回答