如何通过mysql获取表中最流行的单词? [英] How can I get the most popular words in a table via mysql?

查看:88
本文介绍了如何通过mysql获取表中最流行的单词?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有BLOB列的表.我想要做的就是让它能够挑选出单词并按顺序列出它们.

I've got a table with a BLOB column. What I want to do is get it to be able to pick out words and list them in order.

例如,如果包含:

  • 鲍勃·史密斯(Bob Smith)喜欢奶酪,但喜欢阅读
  • 查理喜欢巧克力牛奶
  • Charl喜欢漫画,但也喜欢饼干

那我会得到

  1. 喜欢

因此...这可能吗?如果可以,怎么办?

as a result... is this possible and if so how?

我希望能够仅在mysql中做到这一点,但我也可以使用php.

I'd like to be able to do it in just mysql alone, but I can use php as well.

预先感谢, 肯尼

推荐答案

我已经重新编写了代码,因此我不再需要这样做了……对于标准的设置来说似乎是不可能的

I've re-worked my code so I no longer need to do this... it seems impossible with standart setups

这篇关于如何通过mysql获取表中最流行的单词?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆