SQL数据库命令-修改指定数据--某行的某个数 update dbo.table set 指定列1= 内容1,指定列2= 内容2,指定列3= 内容3 where id = 1/*指定行*/ SQL 2023-11-21 53 点赞 0 评论 80 浏览