在SQL中如何向指定的某一行的某一列插入值

2024-12-02 18:28:31
推荐回答(1个)
回答(1):

用update update table set name='王五' where table.id='1'