当碰到字段名中间有空格或是sql关键字时用反引号``(键盘左上角,1的左边) 例如:select `total price` from food; select `select` from other; 其他特殊符号以后再补充~~~ 相关文章: