this is the place i use for my notes.
My interests are Linux system administration, php programming, postgresql server, emacs and lighttpd.
Wednesday, September 19, 2007
select only 2-level domains.
select url from d_directories_backlinks where directory_id in (select entry_id from d_directories where lang='ja') and length(split_part(replace(get_host(url),'www.',''),'.',3))=0;
No comments:
Post a Comment