SELECT t.* FROM *.xxx t ORDER BY xxx LIMIT 501; 由于几张表的敏感字段是加密的,所以想改成类似 select from_base64(xxx) from xxx;这种形式的,感谢 ~