摘要: create table TblArea( AreaId int identity(1,1); primary key, AreaName nvarchar(50);, AreaPId int);Go SET IDENTITY_INSERT tblArea ON insert tblArea(Are 阅读全文
posted @ 2025-12-28 20:31 崇尚技术 阅读(4) 评论(0) 推荐(0)