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.
一部のデータを移動する必要があります。
ブロブのタイプを持つ「回答」フィールドを持つテーブルがあります
すべてのレコードのフィールドの最大サイズを確認するにはどうすればよいですか?
回答から max(answer.size) を選択します。
試す
SELECT MAX(LENGTH(FIELD)) FROM TABLE