タイトルでごめんなさい。
私の問題は、たとえばURLなどのmysqlselectステートメントを使用してURLの特定の部分を取得する方法にあります
http://www.google.com/search?q=lpol&ie=utf-8&oe=utf-8&client=ubuntu&channel=fs
と
http://www.google.com/search?q=query+to+count+specific+character&ie=utf-8&oe=utf-8&client=ubuntu&channel=fs#hl=fil&client=ubuntu&channel=fs&sa=X&ei=J1knUPu9GsiUiAe3xYB4&ved=0CEQQvwUoAQ&q=mysql+query+to+go+through+specific+character+position&spell=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=c4fd06cd155ee554&biw=1014&bih=424
これら2つは異なるURLですが、どちらもURLにgoogle.comが含まれているため、mysql selectステートメントを使用してこれら2つのURLを1にカウントできるようにgoogle.comを取得するにはどうすればよいですか?