UNIONを使用している理由 同じTableの間 。 operatorsを使用すると、このクエリを簡単に完了することができます。 のように
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
それがあなたのために働くことを願っています。
UNIONを使用している理由 同じTableの間 。 operatorsを使用すると、このクエリを簡単に完了することができます。 のように
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
それがあなたのために働くことを願っています。