摘要: insert into [Table1](ColumnA,Id,CreatedOn,CreatedBy) select 'Monthly', r.Id,GETDATE(),'System' from Table2 as r 阅读全文
posted @ 2023-04-27 10:49 katesharing 阅读(25) 评论(0) 推荐(0)