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.
我需要移动一些数据。
我有一个带有“答案”字段的表,该字段具有 blob 类型
如何找到所有记录的最大字段大小?
从答案中选择 max(answer.size) ;
尝试
SELECT MAX(LENGTH(FIELD)) FROM TABLE