单项选择题
更新表数据应该使用哪种语句格式?()
A.update 表名into 列1=值1,列2=值2...where 条件
B.update table 表名set 列1=值1,列2=值2...where 条件
C.update 表名set 列1=值1,列2=值2...where 条件
D.update table 表名into 列1=值1,列2=值2...where 条件
点击查看答案&解析
相关考题
