My table has got a column with strings like this :
"http://news.yahoo.com/whats-super-tuesday-419-gop-delegates-130610354.html"
"http://www.nytimes.com/2012/03/05/us/politics/republican-party-moves-toward-romney-ahead-of-super-tuesday.html?_r=1&hp"
"http://www.washingtonpost.com/2010/07/08/AB582vC_page.html"
I would like to to get this column :
"http://news.yahoo.com/"
"http://www.nytimes.com/"
"http://www.washingtonpost.com/"
How do I get there?