我想插入一个字符串“Rs”。在字符串 'pendrives above 2501' 之间。所以输出将是“高于 Rs.2501 的笔式驱动器”
现在来自 mysql 查询的结果
SELECT id,
url, replace(substring_index(replace(url, '-', ' '),
'/pendrive/',
- 1),
'in india.php',
'') as pagetitle
FROM
sitemap
where
category_id = 9 and (url like '%under%' or url like '%above%')
id url pagetitle
1 pendrive-above-2501.php pendrive above 2501
1 pendrive-below-500.php pendrive below 500
1 pendrive-below-700.php pendrive above 700