MySQL字段名有空格处理

当碰到字段名中间有空格或是sql关键字时用反引号``(键盘左上角,1的左边)

例如:select  `total price` from food;

select  `select` from other;

其他特殊符号以后再补充~~~

posted @ 2017-10-13 13:33  Carry川川  阅读(810)  评论(0)    收藏  举报