gpt4 book ai didi

php - 如何从 PHP 中存储在我的数据库中的文本中获取前 n 个单词?

转载 作者:行者123 更新时间:2023-11-29 03:59:01 25 4
gpt4 key购买 nike

我需要知道如何使用 PHP 从存储在我的数据库中的文本中获取前 n 个单词?

例如,如果我的数据库中有这样的文本:

"word1 word2 word3 word4 文本一测四五"

如何从文本中获取前 4 或 5 个单词?

最佳答案

使用 MySQL SUBSTRING INDEX功能。

-- Will select everything up until the fifth space.
SELECT SUBSTRING_INDEX(YourTextField, ' ', 5);

关于php - 如何从 PHP 中存储在我的数据库中的文本中获取前 n 个单词?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3013590/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com