Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了在 SQL Server 中编辑表行,我们右键单击并编辑前 200 行。但是如果你有很多桌子,那会很乏味。是否有任何 TSQL 命令可以打开打开的行进行编辑。
不,没有。TSQL 是一种“后端”语言。“编辑前 200 行”是 SSMS 的前端功能。