一般用在trigger或匿名存储过程中使用.如

declare
a number;
begin
a:=1;
end;