sql server如何更新事务号

2025-04-16 04:10:02
推荐回答(1个)
回答1:

select ID
from
table1
where LastUpdateDate =
(select max(LastUpdateDate) from table1)