MySQL's different quote marks

后端 未结 5 451
有刺的猬
有刺的猬 2020-12-17 20:27

I am a bit new to MySQL and just wanted to know what is the difference between:

`   \'    \"

when I\'m using them in a query.

5条回答
  •  甜味超标
    2020-12-17 20:53

    http://dev.mysql.com/doc/refman/5.1/en/string-literals.html

    http://dev.mysql.com/doc/refman/5.1/en/identifiers.html

提交回复
热议问题