原因是char型要加`符号。

navicat软件中:char类型在赋值的时候需要有`

eg:

 

select * from table1 where class=`chinese`;

相关文章: