SELECT IDENT_CURRENT('档案表')
insert into 表1 (title) values ("213")
insert into 表2 (tid,content) values (SELECT IDENT_CURRENT('表1'),'234234')