system.data.sqlclient.sqlException:"' = '"附近有语法错误

运行代码一直出现这个错误,找了半天也没发现错在哪里,求各位帮帮忙看一看啊

img


我的源代码:string sql = $"updata book set id='{textBox1.Text}',[name]='{textBox2.Text}',author='{textBox3.Text}',chuban='{textBox4.Text}',kucun={textBox5.Text} where id='{ID}'";

updata ?应该是 update 吧?