Files

3 lines
61 B
Transact-SQL
Raw Permalink Normal View History

2024-11-12 17:56:01 +08:00
alter table dbo.Tw_InOutPlanDetail
add SortIndex int
go