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.
我需要将 VARCHAR 字段的列长度从 50 扩展到 250。表中已经有 100 万多行需要更改。
扩展该领域是否存在任何风险?这是 Sybase 执行的快速过程还是可能需要很长时间?
它应该非常快,因为您只更改元数据。
要 100% 确定明确指定 NULL/NOT NULL,以避免会话默认设置出现问题。