mysql中 ' 和 ` 的區別

mysql中 ' 和  ` 的區別 二者在linux下和windows下不一樣,linux下不區分,windows下區分。mysql 主要區別就是linux 單引號( ' )或雙引號主要用於 字符串的引用符號sql 如:數據庫 mysql> SELECT 'hello', '"hello"', '""hello""', 'hel''lo', '/'hello';windows   數據庫、表、索引
相關文章
相關標籤/搜索