insert 不会带where 吧,insert into table1 Select * from table2 where id='0'这类写法不知道是不是你想要的
如果向已有数据添加,不叫插入,叫更新的 update t_message set mssage='xxxx'where id=0