I need to split up some web addresses that are being stored in my database. I currently have strings in the format of
{name}/web/guest/home
I want to be able to split this into 2 columns - one for the name and one for the remainder of the web page, so that I can count individual users and individual page hits. So I would end up with one new column called 'name' (with all of the names in brackets{}) and one new column called page (with just the trailing web page address).
Am totally stuck on this, so any help would be appreciated.
Thanks
{name}/web/guest/home
I want to be able to split this into 2 columns - one for the name and one for the remainder of the web page, so that I can count individual users and individual page hits. So I would end up with one new column called 'name' (with all of the names in brackets{}) and one new column called page (with just the trailing web page address).
Am totally stuck on this, so any help would be appreciated.
Thanks