Carry-cc

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

例如:select  `total price` from food;

select  `select` from other;

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

分类:

技术点:

相关文章: