[] Wildcard em SQL
SELECT *
FROM Customers
WHERE country LIKE 'U[KA]%';
SAMER SAEID
SELECT *
FROM Customers
WHERE country LIKE 'U[KA]%';