Re: Extracting hostname from URI column

Поиск
Список
Период
Сортировка
От chester c young
Тема Re: Extracting hostname from URI column
Дата
Msg-id 335491.75226.qm@web54303.mail.re2.yahoo.com
обсуждение исходный текст
Ответ на Extracting hostname from URI column  (ogjunk-pgjedan@yahoo.com)
Ответы Re: Extracting hostname from URI column  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Список pgsql-sql
> I'm trying to use substr() and position() functions to extract the
> full host name (and later a domain) from a column that holds URLs.

substring( href from '.*://\([^/]*)' );


      
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/


В списке pgsql-sql по дате отправления:

Предыдущее
От: ogjunk-pgjedan@yahoo.com
Дата:
Сообщение: Extracting hostname from URI column
Следующее
От: Paul Lambert
Дата:
Сообщение: Re: Extracting hostname from URI column