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中的文本数据类型是否允许特殊字符?当我用谷歌搜索时,我无法获得正确的文档/样本。任何人都可以证实这一点。
这取决于您所说的“特殊字符”和您的 RDBMS。
在 SQL Server 上,nvarchar数据类型可以存储任何 unicode 字符(并且使用的空间是 的两倍varchar)。
nvarchar
varchar