Hi,
I have created a Customer table with Country column and inserted 4 rows with country names (Germany, Mexico and Angola)
When I execute the following query
SELECT *FROMCustomersWHERECountryLIKE'[!agm]%'
result set is showing all 4 rows but I read like the above query should
select all customers with a Country NOT starting with "a", "g", or "m":
Please help me
correct me if I am wrong.
Thanks,