大神幫幫忙
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;
? ? /
2016-08-30
set serveroutput on
我的也是這一句報(bào)錯(cuò)
2016-08-15
什么問(wèn)題,貼出來(lái)啊