赞
踩
1 首先确定自增的增量是多少,默认1。
2 操作sql:
insert into tb (ItemId,PathStr)values (178,(select CONVERT(varchar(10),MAX(Id)+1) from tb)