How to modify N records

xiaoxiao2021-03-06  104

Update ... Where Primary key column in (SELECT TOP 100 primary key column from table1) or set rowcount 100 Update table set ... set rowcount 0

转载请注明原文地址:https://www.9cbs.com/read-96996.html

New Post(0)