轉:sql
首先查詢字段的最大長度值markdown
SELECT max(length(message)) FROM apple;
假設查詢結果爲60220 接着查詢具體的記錄app
SELECT * FROM apple where length(message)=60220;