gpt4 book ai didi

mysql - 将固定和可变关键字的组合移动到 mysql 中的字符串末尾

转载 作者:行者123 更新时间:2023-11-29 00:10:04 27 4
gpt4 key购买 nike

我正在使用 opencart,我的商品在标题和其他关键字中有类似 (-$100 Retail Tag-) 的内容,我需要做的是,在我的 sql 表中搜索 -$100 Retail Tag-(请注意任何列表中的美元金额可能不同,这需要被视为一个变量,它可以在 $5 到 $10000 之间变化)和然后将 (-$100 Retail Tag) 移动到标题的末尾

我有 4000 多件元素,每个人的金额都不同。所以我想把所有从 -$ 到标记的东西都移到最后

我的表名是 oc_product 列是 name 所以它是 (oc_product.name)

下面是完整标题的两个例子

Collectable-Handmade-$100 Retail Tag-Authentic-.925 Sterling Silver-Coral-Turquoise

$263 Retail Tag-New-Handmade-Authentic-Gold-Turquoise

谢谢

最佳答案

$dollaramount=100;

$query="SELECT oc_product.name from oc_product where oc_product.name like '%$dollaramount Retail Tag-%'";

然后运行查询

关于mysql - 将固定和可变关键字的组合移动到 mysql 中的字符串末尾,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25595270/

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