Oracle技术( )
create or replace trigger IDTRIG_ISAD before insert on ISAD for each row Declare -- local variables here Begin Select Seq_ISAD.Nextval Into :New.Id From Dual; End Idtrig; 注:为表IISAD的ID字段增加自动编号
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}