select 
`字段`, length(`字段`) 
from 表名 
where 
length(`字段`) = ( select max(length(`字段`)) from 表名  )
http://stackoverflow.com/questions/2357620/maxlengthfield-in-mysql

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-12-06
  • 2021-11-22
  • 2021-12-12
  • 2022-12-23
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案