H
holyszq
Unregistered / Unconfirmed
GUEST, unregistred user!
declare tt varchar2(30);
v_total number(8);
begin
tt :='043-28243154';
select count(*) into v_total from aa where awb_no= tt;
dbms_output.put_line(v_total);
end;
这段SQL 语句在PL/SQL 里面可以执行为什么放到ADOQuery里不能执行,哪位高手帮忙看一下,谢谢
v_total number(8);
begin
tt :='043-28243154';
select count(*) into v_total from aa where awb_no= tt;
dbms_output.put_line(v_total);
end;
这段SQL 语句在PL/SQL 里面可以执行为什么放到ADOQuery里不能执行,哪位高手帮忙看一下,谢谢