Pourquoi utilisez-vous l'UNION entre la même Table . Vous pouvez facilement compléter cette requête en utilisant des operators j'aime
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
J'espère que cela fonctionnera pour vous.