错误:Unknown column 'replay' in 'field list'(1054)
sql语句:insert into send_news (urgent,replay,comm,style,acceptman,note,subject,contenturl,refertime) values (1,1,1,1,1,1,1,1,1)
replay字段不存在,检查一下send_news这个table中有没有这个字段,或者是不是insert sql拼写错误
呵呵,这个问题我也遇到过,当时是因为在创建该字段的时候使用了mysql客户端,创建的字段没有及时提交的数据库中,所以找不到,仔细检查一下数据表中是否包含此字段