SQL语句是:
update patient set Name=?,Sex=?,Address=?,Hospitalid=?, Doctorid=?,Createdate=?,Birthday=?,where patientid=?执行网页后提示错误:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where patientid=null' at line 1
我的sql语句有哪不对啊?请高手指点!