会,已经测试过。=====declare v_id varchar2(50);begin select id into v_id from t where id = 10000001; dbms_output.put_line(v_id);end;/