select first_name,last_name from hr.employees where last_name like \'%&&SEARCH%\' and first_name like \'%&SEARCH%\';
这个语句在PL/SQL DEVELOPER中执行输入变量值以后,查询出来的是空的内容。但是在sqlplus里执行就可以正常查询出相关数据。。。。。这有什么 ...
↧