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.
oracle sql 中的 varchar2 和 pl/sql 之间是否有任何区别,或者两者相同,或者存在一些实现差异。
至少有一个区别:长度。
在 Pl/sql 中,它的最大长度可以是 32,767 字节,而在 sql 中它只能是 4,000 字节长。