Re: [SQL] Simple Query?
Koen Bok escreveu: I am doing some optimization on our search, but I need some advise... table: item idname -- 1iPod 2Zune 3Walkman table: search_item id_searchid_item -
Re: [SQL] Extracting hostname from URI column
Paul Lambert wrote: > Andrej Ricnik-Bay wrote: > >> Plain regex The key are the parenthesis () ... >> basically it will omit ANYTHING + two slashes at the beginning >> of a string. Then it will match everything BUT a slash, and as >> much of that as possible since regex are greedy by default >