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