You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE EXTENSION fuzzystrmatch;
select metaphone(nome,10), count(*) as n fromdataset.vw_ibge_censolast_nomeswhere ate2010>100000group by1order by1;
Uso do LIKE no SQL mostra que é inviável, exeto se definir limite superior, ou abordar apenas casos com raízes mais longas. A raiz "an" por exemplo retorna mais de 1000 nomes.