I have a table called: k01cv_sh404sef_urls
Inside this table we have the following rows:
id, cpt, rank, oldurl, newurl and dateadd
The row "oldurl" contains entry's such as:
English/network
English/hardware-and-software
corporate-social-responsibility
I'd like to have a query that removes the English/ part from all the items in the "oldurl" row so that the english/network would be just network, English/hardware-and-software would be hardware-and-software, etc.
The result would be that the row "oldurl" contains entry's such as:
network
hardware-and-software
corporate-social-responsibility