insert into CTM_Information(CustomerId ,UserPwd ,Cid ,LoginName ,UserName ,MobileTel ) values(SEQ_Ctm_Information.NextVal,@UserPwd ,@Cid ,@LoginName ,@UserName ,@MobileTel)  returning customerId into @customerSn returning customerId into @customerSn 这句话是个什么意思!? oracle