I have a DB table with one of the column as URL have row values as
http://wwww.yahoo.com
http://google.com
http://englishclub.de
Can anyone suggest sql query to retrieve rows only which match domain names by ignoring www/http/:/ ?
This is for autocomplete i e if user type ‘go’ , it should retrieve http://google.com
Thanks
1 Answer