摘要: 当碰到字段名中间有空格或是sql关键字时用反引号``(键盘左上角,1的左边) 例如:select `total price` from food; select `select` from other; 其他特殊符号以后再补充~~~ 阅读全文
posted @ 2017-10-13 13:33 Carry川川 阅读(810) 评论(0) 推荐(0)