Posts by João Santos • 1 point
1 post
-
-2
votes1
answer82
viewsA: SQL - How to filter only domains containing "Hotmail.com";
Will stay like this: SELECT * FROM 'TABELA_NOME' where (contrato = 683679 OR contrato = 705126 OR contrato = 715651) LIKE '%@hotmail.com%' in TABELA_NOME is the name of your table.…
sqlanswered João Santos 1