SQL数据库命令-修改指定数据--某行的某个数

xiaoxiao2021-02-28  8

update dbo.table set 指定列1= 内容1,指定列2= 内容2,指定列3= 内容3 where id = 1/*指定行*/
转载请注明原文地址: https://www.6miu.com/read-800085.html

最新回复(0)