文字列「Rs.」を挿入したい。文字列「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