Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在记事本 ++ SQL 语言中,它以蓝色突出显示单词“ type ”,但在mysql保留字 list/table* 中我找不到“ type ”
如果“ type ”不是mysql中的保留字,我应该避免使用“ type ”这个词,我应该使用哪个替代词。
绝对,不。
当我打开我的 Notepad++ 时,我似乎无法找到 的语言MySQL,只有SQL可用。所以它之所以突出为蓝色是因为它可能是其他语言的保留关键字。
MySQL
SQL
TYPE不是 SQL 命令。
TYPE
但是,我会避免它有两个原因:
type()
“type”和“types”是基于此链接的保留关键字。