create or replace procedure proc_tmp(unit in int,bianhao in string)
isbegin
  select ........
  from .........
  where unit='||unit||' and bianhao=''||bianhao||'';
  
end;