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.
是否有一种数据类型可以作为输出参数传递给 Sybase 中可以容纳无限量数据的存储过程?我了解到我们不能使用文本作为数据类型。请帮帮我
由于您需要更多存储空间,因此您可能必须在逻辑上将输入拆分为 1 个或多个varchar(n).
varchar(n)
单个的最大大小varchar是服务器页面大小(2k、4k、8k 或 16k,具体取决于您的环境)。
varchar