SQLServer: Inversez comme la recherche
select * from table where '+92 343 9879098' like '%' || number || '%';
Inexpensive Iguana
select * from table where '+92 343 9879098' like '%' || number || '%';
Select * from country
where CHARINDEX(country.Name, 'Republic of Macedonia') > 0