I have a table name 'products' and a column 'images' having values in format like 'products/SIB01108.JPG'. I want, values in this column in the format 'SIB01108.JPG' only that is I want to remove 'products/' string from all values at once.
I uses mysql database. Plase tell me that is there any sql query which can do this task. I have more than 600 entries in table and cant change each value sapatately.....
Justnajm please let me know if your found your answer as I really need such a script ! The problem is that I always use php programming for such complex queries and it will increase the server load but if there is any solution to do it using mysql query that would be great.