17,380
社区成员
发帖
与我相关
我的任务
分享select '&a' from dual;select '&&a', chr(38) || 'a', '&' || 'a', concat('&', 'a') from dual;

这个命令我这只能在Command Window下执行。在SQL Window下就会报上面那个错误。我这边的版本是
PL/SQL Developer
Version 7.1.5.1398
和
PL/SQL Developer
Version 11.0.0.1762
难道是版本太低了