Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
select * from table1 t
join table2 t2 on soundex(t2.name)=soundex(t.name)

here i want to use like for t2.name..how to use that
Posted
Comments
Tomas Takac 29-Apr-15 7:33am    
This is not a good question. And i see not a first question involving SOUNDEX(). You need to ask a good question to get a good answer. For example what's wrong with your query. Do you get an error? The results are not what you expected? You need to provide more details.

1 solution

 
Share this answer
 
Comments
Member 11337367 29-Apr-15 6:36am    
In your link am not getting ..It can be possible to use like in my queries?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900