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 数据库中的 FCK 编辑器保存长文本。我已将数据类型指定为“文本”,但它不接受超过 500 个字符。我只需要可以保存至少 10000 个字符的数据类型。该解决方案的完美替代方案是什么。
请回答我。谢谢。
你试过 longtext 还是 varchar(max)
参考这个 http://www.w3schools.com/sql/sql_datatypes.asp