qq_无言_51
2016-08-15 14:38
set serveroutput on
declare
pstationid stationname.stationid%type;
pentrylane stationname.entrylane%type;
begin
select stationid,entrylane into (pstationid,pentrylane) from stationname t where t.stationid=30206;
dbms_output.put_line(pentrylane);
end;
/
set serveroutput on
我的也是这一句报错
什么问题,贴出来啊
Oracle数据库开发必备利器之PL/SQL基础
75048 学习 · 208 问题
相似问题